I have now witnessed two companies move to agile development with scrum.
In both cases the standard of coding was good enough when each part of the application was only being work on by one or two developers with the developers spending a reasonable amount of time working on one part of the application before moving to the next task. The defect rates were also reasonable.
However with Scrum the developers are expected:
- to all be able to work on all the bits of the application.
- to only work on one area of the application for a few days at most before moving to the next area
- to mostly work on code they did not write
Code qualities become an issue in both of the Scrum project.
So is there a way to do Scrum that does not lead to these problems, without first getting all the developers to do test driven development?
Have you seen Scrum work well on a large project without test driven development? (If so how?)