Please use the form below, leaving the prefilled data to help us. Thank you.
Page link: naming-convention-best-practices
Document link: naming-conventions.md
My Issue/Suggestion
The advice below is given for both entity names and attribute names, but it's impossible to use mathematical characters or any other special characters in the names, so doesn't require mentioning. Furthermore, UpperCamelCase is more often called PascalCase.
Current:
We advise avoiding abbreviations, underscores (except in the case described in the next paragraph), mathematical characters or any other special characters in the names. Entity attributes should use UpperCamelCase, for example, FirstName or TelephoneNumber.
My suggestion:
We advise avoiding abbreviations and underscores in the names. Entity attributes should use PascalCase, for example, FirstName or TelephoneNumber.
Please use the form below, leaving the prefilled data to help us. Thank you.
Page link: naming-convention-best-practices
Document link: naming-conventions.md
My Issue/Suggestion
The advice below is given for both entity names and attribute names, but it's impossible to use mathematical characters or any other special characters in the names, so doesn't require mentioning. Furthermore, UpperCamelCase is more often called PascalCase.
Current:
My suggestion: