Picking Up a Site
Recently, I have had the experience of completing a site that a previous Web Developer had started (I will not be mentioning the site to protect the innocent
). I always find this to be an interesting and sometimes painful experience.
THE BAD
For good, or bad, I am one of those Web Developers that has to start out with clean code. This can take several hours, if not days to do so. There are several advantages to taking the time to do this:
- Asists in Search Engine Optimization. The cleaner the code, the easier (and quicker) search engines will have in determining the content of your site.
- Organization. Having clean code is like having a tidy desk. I have a difficult time focusing when my desk is cluttered. Instead of having the ability to take a quick glance at a page and determine where the bugs are (which all Web Developers have had to do, and most likely spent several hours doing it), it can take up to several hours.
Once the initial page has been cleaned and sterilized, I can then start duplicating code to the other pages.
THE GOOD
What I do enjoy about this type of situation is that I get to see the approach that another Web Developer took to tackle the same project. Often there are items that I would not have thought of or a direction was taken that I would have considered differently. Occasionally new techniques are learned and noted for future use.
The result is that I’ve had a wonderful learning experience, but will be very grateful when the project is completed. Starting out with a fresh canvas is always more enjoyable that starting out with a cluttered one.

