DEV Community

Discussion on: Does TDD slow you down or help you go faster?

Collapse
 
stiby profile image
stiby

Develop faster...

  • Less time spent fixing bugs (because you've fixed them already)
  • Tests are documentation (one less job you weren't going to do anyway)
  • Fearless refactoring (especially when adding BDD)