Project Conventions
This page contains all code conventions which are specific to the Admin CMS project, we expect these to be upheld in any contribution, and we enforce these.
Naming Conventions
Camel case for variables
Snake Case File naming
Pascal Case for Classes and Interfaces
Suffix DTOs with Dto
Camel Case for Enum Properties and Constants
Last updated