Working with Legacy code #3 : Build a safety net.
Posted
by andrewstopford
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by andrewstopford
Published on Sat, 10 Apr 2010 23:06:00 GMT
Indexed on
2010/04/10
23:23 UTC
Read the original article
Hit count: 349
General Software Developm
|Legacy Code
The first port of call in changing legacy code is a safety net, without one your fingers will get burnt. Make your safety net a high level functional test over the major areas of the application. Automate the test, plug it into your CI builds and run it every night. The test should act as a final fail safe as you work.
© ASP.net Weblogs or respective owner