DEV Community

Discussion on: How I learned to love unit testing

Collapse
 
makingloops profile image
Joe Petrakovich

Good read, I had some laughs :)

I actually JUST recently had that same "saw the light" moment with unit tests so now I feel good about writing them.

Refactoring 3x duplicated code across our app into one class and unit testing every code path. A job well done :)