DEV Community

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

Collapse
 
tulkdan profile image
Pedro Correa

Pros

For me it's the best way to implement a feature, you simply implements slowly and with a lot of confidence.

And the mais reason that i like it, is that you tend to create the feature in the most readable way.

Collapse
 
imforja profile image
João Forja 💭

Completely agree!

I liked how you mentioned that it lets you implement something slowly and with lots of confidence. I think it clearly expresses the feeling of being in control of the code that TDD can give.