The No.1 i-Technology Magazine in the World !
   
 
Clint Shank's Blog

January 2006



Small Methods: A Best Practice

22 Jan 2006 1:09 P GMT-05
Writing small methods is an effective technique for developing quality software by removing code duplication and providing chunks of reusable code.
Category: Programming

Coding By Intention

10 Jan 2006 12:56 P GMT-05
The technique of coding by intention (along with test-driven development) is the first step in crafting elegant software.