Overall Naming Governance
Overall Rules
The following general rules should be followed consistently throughout all object naming in the EAI software components. Exceptions are noted explicitly.
Fields should be separated by underscores (_)
If the contents of a field contain underscores, the underscores must be removed
No word should be abbreviated.
All acronyms should be entirely capitalized.
Field
Description
Windchill ESI Camelback Notation
Multiple words in a phrase are to be concatenated together, with the first letter of each word capitalized, except the first letter of the expression. For example: printDebugMessageAndExit()
Windchill ESI Capitalization Notation
Multiple words in each field should be concatenated together, with capitalized first letters. For example: LocalMessages
Naming Standard - Phrase Definitions
這是否有幫助?