Appropriate coding for standards is an important consideration for the creator of a web site. Coding standards exist to make code uniform between each person. Therefore, the code of one creator will be easy to read and understand by a different creator because there are similar and specific guidelines set out for each person. Coding standards are a way to eure readability and replication of code.
Another importance of having coding standards is the ability for highlighting issues in code. According to the article "Effective Coding Standards," website, "Effective coding standards focus on techniques that highlight problems and make bugs stand-out and visible to everyone." Coding standards make it easier for people looking at the code to see the bugs and make those changes. Coding standards let someone who is not the creator of the code fix bugs because the bugs are not disguised in the personal coding style of the creator of the code.
Coding standards vary from business to business. Someone coding at one company may, and often will, have different coding standards than someone else at a different company. While the coding standards vary from company to company, the importance is in the streamlining and similarity of code within a single company. Coding standards must be taken into account even if a creator is not affiliated with a company though. This is because good coding strategies ensure readability and manageability of the original code.