Code Style Best Practices
Having ruthless consistency across a project makes it easy to hunt down problems and allows people to read the code faster[2]. Using tools like linters (ESLint, StyleLint, etc.) and preprocessors (Sass, Pug, etc.) can aid with this.
References
- https://web.archive.org/web/20060221013853/https://thc.org/root/phun/unmaintain.html
- https://www.youtube.com/watch?app=desktop&v=a0glBQXOcl4
Last modified: 202205092052