Browsing All Posts filed under »Article«

Automated Code Review is Not Enough

December 9, 2008

4

Code Review is considered to be the activity of verifying source code and rectifying mistakes in order to improve the quality of the code. Many times code review is associated with the painful process of painstakingly verifying code line by line and talk about a lot of mundane stuff. As a result of this many […]

Continuous Integration in a Huge Multi-Module Project

November 19, 2008

0

The benefits of Continuous Integration cannot be discounted in any environment whether you are working on a small project or a huge one. The difference being in the set up and configuration of continuous integration in a multi-module project. Multiple modules bring in additional complexity in terms of versions, teams collaborating, release cycles, separate sprints […]

Static Code Analysis is just tip of the Iceberg!

December 9, 2007

1

This post is also present on the blog site of my current employer and has also been discussed on InfoQ.   Most of the times we are content that our code is of the right quality, if somehow, we manage to get the Static Code Analysis (SCA) tools like Checkstyle, PMD etc. report less number […]