summaryrefslogtreecommitdiffstats
path: root/devtools/docs/contributor/contributing/coding-standards.md
blob: 43d6a496e94a5720d08d8ba16f59f4c3bc88bfd1 (plain)
1
2
3
4
5
6
7
8
9
# 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)