Skip to content

Name Conventions

Gabriel Dubois edited this page Sep 29, 2024 · 16 revisions

Angular

We will use naming conventions as provided in the style guide of Angular.

Therefore, we will use PascalCase for components, and models. (e.g., UserProfileComponent, FireMap),
camelCase for services and variables, (e.g., mapService),
and kebab-case for files and folders names (e.g., user-profile.component.ts)

Springboot

We will use naming conventions as provided in the code conventions of Java.

Clone this wiki locally