2025-06-17

✍🏻 Writing code

We use tooling to help us write better code and avoid mistakes. Make use of the tools described below when writing PHP, HTML, CSS, and JavaScript.

Why have a common standard?

A few good reasons exist to use a shared coding standard when working on code with others. The most important ones which come to mind are:

Different types of languages have different types of standards, and we try to be pragmatic about it, but sometimes the syntax also has a deeper meaning. Make sure projects include .editorconfig, esling.config.mjs, .stylelintrc.json, and .prettierrc.json, files.

Tools

Git