December 31, 2012 DRYing out code Removing duplicate code is a great way to improve the internal quality of your application code. …
July 23, 2012 Automated refactoring for library updates After watching Clang MapReduce – Automatic C++ Refactoring at Google Scale I was struck with …
January 02, 2012 Metrics based Refactoring for cleaner code Refactoring is a key practice to improved code hygiene. Making refactoring part of your next project …