Search Results

36
votes

Great programming quotes

Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates …
0
votes

What is a reasonable code coverage % for unit tests (and why)?

Short answer: 60-80% Long answer: I think it totally depends on the nature of your project. I typically start a project by unit testing every practical piece. By the first "release" of th …