Skip to content

General Coding Standards

Most important thing:

  • Do: Follow the coding standards for the specific language you are working in.
  • Do: We want modular code that can be reused across projects.
  • Do: Use and extend backend-common code where possible. See the backend-common documentation for more information.
  • Do: Use our existing nuxt modules. See the nuxt documentation and user-interface documentation for more information.
  • Do: Add new create new nuxt modules or npm packages for code that is reused across projects.
  • Do: Use the Git / GitHub / CI/CD Standards for your commits and pull requests.
  • Do: Use the Dev Setup for your development environment.

Python

Nuxt / Vue

Git / GitHub / CI/CD

Developed with ❤️ by the DCC. Documentation released under the MIT License.