Commented Out Text Bad?
December 7, 2008 7:35 PM
Subscribe
/* Is a lot of commented out text bad for a home page? */
When content is no longer being used on the home page, we are told to comment it out instead of removing it. Are there potential downsides to doing this besides there being a lot of extra code that must be downloaded? And besides the fact that is messy, extraneous, and somewhat unprofessional.
The content being commented out are modules that have sales which are no longer valid or current.
posted by pixelnark to technology (10 comments total)
1 user marked this as a favorite
Rather than commenting out things, use a revision control system so you can keep old versions of your code.
posted by zsazsa at 7:42 PM on December 7, 2008