DEV Community

Discussion on: What are your biggest problems with unit testing?

Collapse
 
rossdrew profile image
Ross

This is where I think Unit Testings biggest strength is. If they are hard to write, it indicates problems in your code. In this case, overly complex classes and possibly a break in single responsibility.