Question
How to clean a code toilet
I work for a company whose Human Resources Intranet Site was
created by about 10 to 15 people. My job is to fix any errors that
come across someone who is using the web-site. To describe how
crappy this web application is, there are about 5 or 6 folders in
the Web-Root each containing anywhere for 15 to 30 files.
Some of these files have thousands of lines of code in it., and a lot of it is redundant code. Also there are cases of the same files in multiple folders.
Even though this crappy web structuire allows me to keep my job. I wouldn't mind cleanning it up and having some type of organization in it.
I notice we rarely have been using CF Components or custom tags. In this particular web-app. So I think that should be a good place to start.
Can anyone give me some good advice on how I should approach this. I downloaded the Web-site to my computer and turned off the remote server. So I currently am just using local host as my testing server.
Some of these files have thousands of lines of code in it., and a lot of it is redundant code. Also there are cases of the same files in multiple folders.
Even though this crappy web structuire allows me to keep my job. I wouldn't mind cleanning it up and having some type of organization in it.
I notice we rarely have been using CF Components or custom tags. In this particular web-app. So I think that should be a good place to start.
Can anyone give me some good advice on how I should approach this. I downloaded the Web-site to my computer and turned off the remote server. So I currently am just using local host as my testing server.