Changes between Version 39 and Version 40 of MapGuideCodingStandards


Ignore:
Timestamp:
09/19/22 04:42:36 (2 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideCodingStandards

    v39 v40  
    881881Notice that an abbreviated lower-case form of the enumeration name is prepended to each item in the enumerator list.
    882882
     883Per 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
    883885== Parentheses ==
    884886