DEV Community

Discussion on: Tried TDD and didn't realize the benefits? Try it the next time you get writer's block

Collapse
 
nickyhajal profile image
Nicky Hajal

This was big for me as well!

Realizing that automated testing is just the more efficient testing workflow in most cases really helped me get into it. Then having the tests in the future is just an added benefit.

What sometimes still holds me back is tedious setup + having to mock things, creating extra work.

Still trying to get more efficient at that.