by David | Jul 14, 2014 | Development, Statistics, Testing, Tooling, Tools
Code coverage is a good tool to force you to keep maintaining and adding unit and integration tests to your solution. It also increases your confidence in making changes if you can see that the code your changing is actually covered by tests both...