DEV Community

Discussion on: Why unit test culture is broken

Collapse
 
waylonwalker profile image
Waylon Walker

Writing tests early helps a ton. It doesn't have to follow TDD to a T, but often we are writing code, then checking the output of a bunch of things. Unit Testing is an amazing tool to help speed up this process and give us confidence in future releases.

Stop manually checking things and just write a test already!