We endorse code standards, to:
- Improve team-wide code quality
- Enhance each product's performance
- Reduce developer decision making fatigue
- In general, code consistency and readability across team members
- Help on-board new team members
We work with various frameworks and libraries, authored by different communities. This comes with different (and sometimes conflicting) code standards. For example, Wordpress has different code standards to Laravel. Instead of enforcing a set of code standards for a language, we support being consistent with each project's framework/library/boilerplate code standards.
- Install EditorConfig to your editor, to recognize our .editorconfig file per project
- Ensure the .editorconfig exists in the root dir of your project