What is the modeling convention for naming metaobjects?

4
Do I use CamelCase or under_scores, or both? And is there a difference in naming Objects, Modules, Associations, Forms, Microflows?
asked
4 answers
6

You can find the modeling conventions in the Wiki. Follow this link.

answered
2

See the section:

Modeling guidelines for the Mendix business modeler This page contains the modeling guidelines for all projects maintained by Mendix

General Always use the Camel Case convention (example: CamelCaseConventionExample)

answered
1

Thank you for your answer Jornt, but I can't find the answer in the wiki. Please advice?

answered
0

One of the naming conventions is CamelCase? Does anyone know why it is a best practice to use CamelCase? One reason I can think of is that in complex systems, when you create business rules you need to know exactly what variable you use. Are there other reasons? Will CamelCase be a best practice in future model driven tools?

answered