DEV Community

Discussion on: When Not to Add Unit Tests

 
rrconstantin profile image
rrconstantin

Exactly.. if the code follows the SOLID principles, it's easier to write tests that won't break at the smallest code change.