Simon Willison’s Weblog

Subscribe

YAGNI and DRY

9th December 2003

Two acronyms that have been seeing a lot of action at work recently are YAGNI and DRY. They’re great principles to go by in any case, but in a pair programming environment they take on a whole new level of utility.

You Ain’t Gonna Need It states that you should always implement things when you actually need them, never when you just foresee that you need them. This is great for controlling feature creep; the moment one of us says “we might need that later” the other says “YAGNI” and we can move right along.

Don’t Repeat Yourself is one of the tips from The Pragmatic Programmer, a book which is every bit as good as people say it is. It states that Every piece of knowledge must have a single, unambiguous, authoritative representation within a system—whenever we spot something that is duplicated and can be considered a “piece of knowledge” we frequently refactor it straight away.

One of the most interesting things about pair programming is that introduces a complete reliance on communication into something that is generally a solitary activity. Guidelines like the two listed above extend the vocabulary that can be used in such communication, speeding up development and making tough decisions easier to quickly resolve.

This is YAGNI and DRY by Simon Willison, posted on 9th December 2003.

Next: Nasty new IE vulnerability

Previous: Hacked for Spam

Previously hosted at http://simon.incutio.com/archive/2003/12/09/yagniAndDry