DEV Community

Discussion on: Clean Code with Unit Tests: Tips and tricks for keeping your test suites clean

Collapse
 
jackmellis profile image
Jack • Edited

Great read, all of these points are things that I go on about all the time, tests are almost always an afterthought, for both writing and refactoring. For me there's something almost magical about an elegantly written test suite!

Collapse
 
thawkin3 profile image
Tyler Hawkins

Thank you! And thanks for being an advocate of testing and writing clean code. :)