Given a short (2-week) sprint, is it ever acceptable to forgo TDD to "get things done"?
- by Ben Aston
Given a short sprint, is it ever acceptable to forgo TDD to "get things done" within the sprint.
For example a given piece of work might need say 1/3 of the sprint to design the object model around an existing implementation. Under this scenario you might well end up with implemented code, say half way through the sprint, without any tests…