fune/devtools/docs/contributing/coding-standards.md
sole 8c22801540 Bug 1365255 - DevTools: bring over documentation for contributing and coding standards into the tree. r=nchevobbe
MozReview-Commit-ID: IRtCRTMmPHu

--HG--
extra : rebase_source : df1a6325a746a6408159b9f8223d82748ca27c13
2017-05-26 13:02:02 +01:00

10 lines
440 B
Markdown

# Coding standards
Our code base is quite large, and a lot of different people contribute to it all the time. Therefore, it's important to share standards to keep the code consistent and written in a predictable style. This also helps avoid common mistakes.
We have pages defining standards, best practices and tips for various languages used in our tools:
* [JavaScript](./javascript.md)
* [CSS](./css.md)
* [SVG](../frontend/svgs.md)