Coding standards
These coding standards are principles and rules we follow.
These standards are mandatory to follow, no questions asked. They apply to all projects and should be incorporated in your everyday coding practices. Please read the guides on how to [enforce these standards][standards] in your project.
Sections
📄️ General
Coding standards that apply to any app, language or framework.
📄️ Naming conventions
Conventions we use for naming things consistently.
🗃️ Domain Driven Design
2 items
🗃️ Hexagonal Architecture
2 items
🗃️ Command Query Responsibility Segregation (CQRS)
1 items
🗃️ Feature Flags
2 items
Project audits
We are planning on doing scheduled audits in all projects to check if all code is being kept up to date with these standards.