DEV Community

Discussion on: TDD is Not for Me

Collapse
 
codemouse92 profile image
Jason C. McDonald

I also dislike TDD in many scenarios. I've seen the same problems you've described. There are cases where I use it, but more often, I write the code, write the tests to cover the code's features, and work from there.