0
kicks
Using Code Coverage to Identify Unused Code
One of the bonuses that comes along with test driven development is that you pretty much get 100% test coverage for free. So that does mean that you don't need code coverage tools anymore? Nope, it just means that now you can use them to identify the code that you don't need!