Changes between Version 10 and Version 11 of MapGuideCodingStandards
- Timestamp:
- 07/14/08 11:28:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideCodingStandards
v10 v11 508 508 }}} 509 509 510 === Expressions With !== ===511 512 The following order should be used because it will help catch the accidental use of " !=" when "!==" was intended at compile time:510 === Expressions With == === 511 512 The following order should be used because it will help catch the accidental use of "=" when "==" was intended at compile time: 513 513 {{{ 514 514 #!cpp