DEV Community

Discussion on: Why I Love TDD

Collapse
 
jonrandy profile image
Jon Randy 🎖️

"This approach is similar to development without tests except that we write tests after we developed the feature in order to validate the feature works correctly."

I've been a professional developer for 26 years and have never written tests for my code - before, during, or after writing the code.

Collapse
 
goncalofframalho profile image
Goncalo FF Ramalho

26 years of experience, and a lot of manual testing. Just because its fine for you, doesn't mean its the better way. 😊