Posted on September 20, 2017 by Brandon Hall

While beginning to explain code review to a customer recently they interjected a remark, “sounds expensive”. Thereby raising the question, is it worth it? While I don’t presume I can empirically prove to you that it is, I do believe I can convince you. For those less familiar with code review, the next few sections… Read more »
Posted on December 7, 2016 by Brandon Hall

In my previous post, Evolving Beyond the Code Coverage Percentage Debate, Part 1 of 2, I recounted the “hypothetical” but all too familiar horrors of the great code coverage debate. I proposed that despite our best intentions in carrying on that debate, its caused us to become unfortunately fixated on code coverage instead of the… Read more »
Posted on September 1, 2016 by Brandon Hall

What is Code Coverage? According to Wikipedia, code coverage (a.k.a. test coverage), is defined as “a measure used to describe the degree to which the source code of a program is tested by a particular test suite”. A less precise explanation in layman’s terms would be to say it’s the percentage of source code exercised by… Read more »