http://confusedofcalcutta.com/2007/01/29/musing-about-agile/
A first stab at updating the Joel Test refered to in the posting;
- Do you use code control?
- Do you use a Wiki?
- Can you build / test / deploy in a single step?
- Do you do continuous build / test / deploy?
- Do you have constant user review / feedback?
- Do you constantly refactor based on user review?
- Do you constantly review / re-prioritise user stories?
- Do you have a current view on burn-down?
- Do you have user stories?
- Do you have a colocated team with constant conversation / communication?
- Do you use the simplest tools appropriate to the task?
- Do your tests drive your development?
- Do your developers pair and support each other?
- Does everyone talk, constantly?

1 comments:
There is one more test that I should have added to this;
- Is your design, the simplest possible that meets the end user and non-functional requirements?
J
Post a Comment