Changes between Version 10 and Version 11 of MapGuideCodingStandards


Ignore:
Timestamp:
07/14/08 11:28:42 (16 years ago)
Author:
jbirch
Comment:

Guess I didn't need to escape those...

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideCodingStandards

    v10 v11  
    508508}}}
    509509
    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
     512The following order should be used because it will help catch the accidental use of "=" when "==" was intended at compile time:
    513513{{{
    514514#!cpp