Changes between Version 26 and Version 27 of MapGuideCodingStandards


Ignore:
Timestamp:
Apr 4, 2009, 5:28:01 PM (15 years ago)
Author:
uvlite
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideCodingStandards

    v26 v27  
    9090If you spend half an hour figuring out what happened in a code section you are calling or which has called your code, add some helpful comments there too as it will help you and others next time trying to understand it.
    9191 
    92 Its a good idea to submit patches for files you where only adding inline documentation as its not so likely that the original developer will need comments to understand it and do this for you.
     92Its a good idea to submit patches for files you were only adding inline documentation to as its not so likely that the original developer will need comments to understand it and do this for you.
    9393
    9494=== Copy and Paste vs. method extraction ===