DEV Community

Discussion on: 4 Reasons You Should Write Tests First

Collapse
 
lwriemen profile image
Lee Riemenschneider

These are also all good reasons for doing requirements analysis before coding. A benefit of TDD for people who don't like to document.

One of the problems with TDD is that you might code to assumptions and then not have tests that try to break your coding assumptions. YMMV