January 09, 2007
Ironclad Code
In "Bulletproofing C++ Code," Sergei Sokolov gives you a formula for keeping the errors out of your code. It consists of a closed loop that starts and ends with static analysis, but also requires establishing a reliable regression base, and devloping unit and regression tests.
Posted by Kevin Carlson at 03:25 PM Permalink
|