DEV Community

Discussion on: What are your thoughts on testing and TDD?

Collapse
 
cullophid profile image
Andreas Møller

I personally never found TDD all that helpful. It can be a great tool for providing feedback during development but it's not the only one.

With typescript + hot reloading, TDD doesn't really bring any value for me.

I also rarely write unit tests for the same reason.