DEV Community

Discussion on: Are unit tests a waste of your time?

Collapse
 
rad_val_ profile image
Valentin Radu

Couldn't agree more. Strict TDD is a myth as well, at least the way it's presented by the book: fully writing test cases before everything.
I'm inclined to think nobody does that. Instead, you get a synergy between the test and the code and they sort of drive each other. When the code is immature, the tests are as well. They beautifully grow together.