Skip to content

naming-convention-best-practices #11028

@johanflikweert

Description

@johanflikweert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions