November 2011
Beginner
258 pages
5h 1m
English
| Tip 7 | Improve Legacy Code |
![]() | [White Belt] Maintaining and improving legacy code is a day-one reality. |
Your job would (seemingly) be a lot easier if you could simply take all the crappy old code floating around, trash it, and start over. But that’s not going to happen, so what do you do about it?
The typical Godzilla legacy code base looks something like this:
Functions spanning thousands of lines, with a near-infinite number of possible code paths.
Classes or modules with dependencies on twenty (or more) other classes.
A comment somewhere reads, “Don’t touch this or everything will break!”
Another comment reads, “Ask Bob before changing this code,” ...
Read now
Unlock full access