List/Grid Tag Archives: Code Quality

On Measuring Code Coverage
In a previous post, I explained how to visualize what part of your code is covered by your tests. This post explores two questions that are perhaps more important: why and what code ...

Bad Things Happen to Good Code
We need to understand what happens to code over time and why, and what a healthy, long-lived code base looks like. What architectural decisions have the most lasting impact, and what ...

Java Code Quality Tools – Overview
Recently, I had a chance to present the subject at the local IT community meetup. Here is the basic presentation: Java Code Quality Tools and more ...

