General Rule

In general we use Camel-Case notation for configurations.

Exceptions

Module names

Module names do not use Camel-Case notation but '-'-Notation so we use the same names for the configuration.

Class configurations

Class names always start with capital letters so whenever we're referring to class names in configuration we'll use that spelling.

  • No labels