Is there a particular sweet spot for Test Driven Development? Team size? Industry? Platform? Experience level? Off the shelf software versus internal projects?
tom_83
TDD is generally best suited to projects where there is either:
- some complexity
- OR quality is needed
- OR the code will endure and needs to be maintained
