Changes between Version 26 and Version 27 of MapGuideCodingStandards
- Timestamp:
- 04/04/09 17:28:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideCodingStandards
v26 v27 90 90 If 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. 91 91 92 Its a good idea to submit patches for files you w here only adding inline documentationas its not so likely that the original developer will need comments to understand it and do this for you.92 Its 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. 93 93 94 94 === Copy and Paste vs. method extraction ===