ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Nice blog entry on Code Coverage

(1/1)

mouser:
I don't use code coverage but here is a nice intro post by Erik Sink (author of a book on the small software business) advocating it:

...
Code coverage is a controversial subject.  Gurus have been debating the related issues for decades.  I won't pretend to be one of those experts, but I see no reason not to pass along a few thoughts from my own experience in this area.
...

--- End quote ---



http://software.ericsink.com/articles/Code_Coverage.html


housetier:
This is what I was interested about:
What is code coverage?

A code coverage tool simply keeps track of which parts of your code get executed and which parts do not.-http://software.ericsink.com/articles/Code_Coverage.html
--- End quote ---

Now I can decide whether or not it is important for me  :)

Navigation

[0] Message Index

Go to full version