While going through naming convention and project initiation best practices docu

While going through naming convention and project initiation best practices documentation I came to know that in Standard Object names it says to use Pascal case for rule names whereas in project initiation best practices it describes to use camelCase. Usually we use applicaiton prefix and camelCase for rule names but would like to know.



OriginalPostID-154949

OriginalPostID-154949

  Discussion posts and replies are publicly visible

Parents
  • There's a small difference between Pascal and Camelcase

    With PascalCase, the first letter of every word in the name is upper case.

    With camelCase, the first letter of the first word in the name is lower case, while the first letter of every subsequent word is uppercase.

    That said, the Appian Center of Excellence recommends camelCase. I'll report this inconsistency so it gets fixed.
Reply
  • There's a small difference between Pascal and Camelcase

    With PascalCase, the first letter of every word in the name is upper case.

    With camelCase, the first letter of the first word in the name is lower case, while the first letter of every subsequent word is uppercase.

    That said, the Appian Center of Excellence recommends camelCase. I'll report this inconsistency so it gets fixed.
Children
No Data