Tag Archives: steve mc connell

Which Classes Contain the Most Errors?

I love reading the book Code Complete, by Steve McConnell. The following comes from it, in its Chapter 22: Developer Testing. ………. It’s natural to assume that defects are distributed evenly throughout your source code. If you have an average of 10 defects per 1000 lines of code, you might assume that you’ll have one defect […]

Recommended Approach to Developer Testing

I love reading the book Code Complete, by Steve McConnell. The following comes from it. ………. A systematic approach to developer testing maximizes your ability to detect errors of all kinds with a minimum of effort. Be sure to cover this ground: Test for each relevant requirement to make sure that the requirements have been implemented. […]