#11 Refactoring User Name Part 2


Mar 28 2007 6 mins  
Testing and refactoring go hand in hand. Refactoring is all about improving code without changing its behavior. Testing is all about making sure you don't change the behavior while you are improving the code.