Code Styleguides
This document describes the programming style and best practices used in DSS platform. A style guide helps to ensure that code is approachable and familiar to programmers who wish to update the application. The most important rule is that code should look as though it was typed by one person. Any agreed upon standard is better than no standard at all. That being said, the pages in this section offer up what has worked for us in the past. Nearly every rule has a logical reason behind it.
Style guides are available for:
HTML Styleguide
Coding conventions for HTML
CSS Styleguide
Coding conventions for CSS
JS Styleguide
Coding conventions for JavaScript