Changes between Version 6 and Version 7 of Development/CodeConventions
- Timestamp:
- 08/27/09 13:05:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/CodeConventions
v6 v7 1 1 = Coding Conventions = 2 2 3 The golden rule is to follow whatever conventions are already being used in the module you 're editing. If you are creating a new module then follow the conventions used in existing modules. If you're not sure what the conventions are, then ask.3 The golden rule is to follow whatever conventions are already being used in the module you are editing. If you are creating a new module then follow the conventions used in existing modules. If you're not sure what the conventions are, then ask. 4 4 5 5 We don't want multiple coding styles in DDC. Having different styles creates "accidental complexity", that is, syntactic differences in the source that don't equate to real functional differences.
