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

March 2006



Test Smell: Test Breaks After Good Refactoring

17 Mar 2006 4:53 P GMT-05
What does it mean when you perform a correct refactoring, but your tests break? This blog entry describes some decoupling tips to deodorize this code (or test) smell.
Category: Testing

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.
Category: Programming Java