RailsCasts
RailsCasts
Ryan Bates
#11 Refactoring User Name Part 2
6 minutes Posted Mar 28, 2007 at 12:00 am.
0:00
6:34
Download MP3
Show notes
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.