mountainbiker
Programmer
I have this massive homepage (over 1000 lines) that has evolved over the years. People have routinely added and delayed things, but were not careful in their work. Therefore, this page contains a lot of tables within table that are not needed, tags that are immediately closed with no content, <tbody> tags, etc. All this extra %&$# cannot help the load speed of the page. In addition, it is a nightmare to maintain. Now, multiple the page 5 times, because they used it as a template for other pages.
Okay, to my question. I desire some tool that code help me pick out the useless or dead code, highlight blocks (e.g., highlight all the code between two tags) of code, etc. We currently use pure Unix vi with no tag highlighting or anything.
I am not sure which will be the quickest solution: rewrite or clean-up.
Your suggestions/comments are always appreciated.
Okay, to my question. I desire some tool that code help me pick out the useless or dead code, highlight blocks (e.g., highlight all the code between two tags) of code, etc. We currently use pure Unix vi with no tag highlighting or anything.
I am not sure which will be the quickest solution: rewrite or clean-up.
Your suggestions/comments are always appreciated.