Changes between Version 2 and Version 3 of Development/CodeConventions
- Timestamp:
- 08/27/09 12:56:09 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/CodeConventions
v2 v3 3 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. 4 4 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. Writing a compiler is hard enough without adding more things to worry about.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. 6 6 7 7 [[br]]
