Changes between Version 39 and Version 40 of MapGuideCodingStandards
- Timestamp:
- 09/19/22 04:42:36 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideCodingStandards
v39 v40 881 881 Notice that an abbreviated lower-case form of the enumeration name is prepended to each item in the enumerator list. 882 882 883 Per the public API design considerations section above, enums are never returned or accepted as parameters in any public MapGuide API, so the naming/formatting considerations here only apply for enums you define for any internal/private code where they will be used. 884 883 885 == Parentheses == 884 886