Skip to main content
Version: 2024

Naming conventions

Clear and consistent naming is very important in programming. This is especially true here because functionality can be created based on naming conventions within the Software Factory. Because of that, naming conventions are monitored within the Software Factory.

Each name of, for example, a table, column, or reference is made up of subnames.

We recommend using English for all naming conventions, but it is not mandatory.

See Subnames for more information about how object names are formed based on subnames.

Was this page helpful?