Multiple choice technology

Which of the following illustrates the preferred naming conventions for RuleSets?

  1. MyCo-Orders

  2. Orders

  3. MyCoOrders

  4. mycoorders

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Pega's naming convention for RuleSets recommends PascalCase (compound words with each word capitalized, no spaces or hyphens). 'MyCoOrders' follows this convention correctly. 'MyCo-Orders' uses a hyphen (incorrect), 'Orders' is a single word (not a proper compound), and 'mycoorders' is lowercase (incorrect). The correct format is company name concatenated with purpose, both in PascalCase.