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

Java



A Logical Ordering of Import Statements

3 Mar 2006 5:54 P GMT-05
This entry describes a guideline for ordering import statements in Java classes and interfaces. The ordering aids in module dependency management, particularly in a layered architecture.

A Common Set of Test Refactorings

19 Feb 2006 8:02 A GMT-05
A set of low level Eclipse refactorings commonly used together when refactoring unit tests.

TDD Pattern: Tabular Tests

5 Feb 2006 2:23 P GMT-05
This entry discusses a controversial, yet practical technique for refactoring test methods into a concise specification of test cases for a production class method.

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.