Changes between Version 18 and Version 19 of CodingStyle
- Timestamp:
- Aug 20, 2008, 3:31:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStyle
v18 v19 101 101 === Things to avoid unless there's a truly compelling reason: === 102 102 103 * Inline functions.104 103 * Operator or function overloading. 105 104 * Templates.