Chapter 9. Maintaining Code Quality

While working on a project, we want to have some kind of tooling or process in place, which we can use to see whether our code follows certain standards; either our code has no common coding problems or it calculates the complexity of the code.

We need these tools to write better code. Better code means that it will be easier to maintain, and this lowers the cost of maintaining the code. In a project team, we want to make sure that the code follows the same standards defined by the project team. A company could define a set of standards that developers need to follow as a condition for the project to be started.

There tools are already available for Java and Groovy projects to analyze and check the source code, ...

Get Gradle Effective Implementations Guide - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.