DEV Community

Discussion on: Why You Should Be Unit Testing

Collapse
 
restoreddev profile image
Andrew Davis

I think good tests force you to use better engineering so in that way it makes your code better. Testing won’t catch every defect, but it will help to cut out a lot of them.