DEV Community

Discussion on: 5 Bad Habits of Software Developers

Collapse
 
waterlink profile image
Alex Fedorov • Edited

It's not just a number.

It's also the importance. The more important the bit of logic (and the more other modules depend on it) the better it should be tested.

Looking at a single number is not productive because you can always increase coverage by adding more tests to not-so-important code.