how testing can improve legacy code design

Main menu:

Topics

Recent Posts

Blog

 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Past Posts

Java/J2EE

JDBC

Other

Archive for the tag "design"

how testing can improve legacy code design

May 10th, 2009 by Jeanne Boyarsky

There’s no shortage of articles on how TDD improves the design of new code.  That’s all well and good.  But what about legacy code? How it came up This weekend, I had occasion to make a few enhancements to the email sending project at JavaRanch.  The one that got me thinking about the design was [...]