Lint in Perl

Abstract You must be probably aware of static code analysis. Yes, it’s a technique that is extensively used in software development to find out programming errors that a developer might have committed. It is termed static because it is done on the source code without actually executing it. Want to analyze your Perl program for … Continue reading Lint in Perl

Advocating Code Review for Testers

Author: Chetan Giridhar Published at: testingexperience, September 2010 Edition                                      image courtesy: http://testingexperience.com   According to Wikipedia, “Code review is systematic examination(often as peer review) of computer source code intended to find andfix mistakes overlooked in the initial development phase, improving both the overall quality of software and the developers‘ skills.”  Code Review has … Continue reading Advocating Code Review for Testers