blob: 553f1f622c6d8e2672dc2fb771c0893b7aca69d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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)
|