What is a good way to refactor a large, terribly written code base by myself? [closed]
- by AgentKC
Possible Duplicate:
Techniques to re-factor garbage and maintain sanity?
I have a fairly large PHP code base that I have been writing for the past 3 years. The problem is, I wrote this code when I was a terrible programmer and now it's tens of thousands of lines of conditionals and random MySQL queries everywhere. As you can imagine, there…