05 December 2007

Michael Nygard (author of the great book Release It!), writes that "[his] definition of 'done' continues to expand".

Currently, his definition reads:

A feature is not "done" until all of the following can be said about it:
* All unit tests are green.
* The code is as simple as it can be.
* It communicates clearly.
* It compiles in the automated build from a clean checkout.
* It has passed unit, functional, integration, stress, longevity, load, and resilience testing.
* The customer has accepted the feature.
* It is included in a release that has been branched in version control.
* The feature's impact on capacity is well-understood.
* Deployment instructions for the release are defined and do not include a "point of no return".
* Rollback instructions for the release are defined and tested.
* It has been deployed and verified.
* It is generating revenue.
Until all of these are true, the feature is just unfinished inventory.

As much as I agree with the first 11, I'm not sure I agree with #12. Not because it's not important--too many software features are added with no positive result--but because it's too hard to measure the revenue a particular program, much less a particular software feature, is generating.

My guess is that this is also conflating the differences between "features" and "releases", since they aren't always one and the same, and that not all "features" will be ones mandated by the customer (making #6 somewhat irrelevant). Still, this is an important point to any and all development shops:

What do you call "done"?


Tags: development processes   reading  

Last modified 05 December 2007