Skip to main content

Pascal case

Everything should be in PascalCase.

This includes every element in the project; folder names, pages, flows, entities, attributes, parameters, variables, images, enumeration keys, paths etc. Except associations in the domain model.

Every developer has it's own prefered way of naming elements. Without this rule, you get a large amount of different naming styles, which is not good for managing the application.