Changes between Version 21 and Version 22 of GoodCodeExamples
- Timestamp:
- 05/20/09 16:43:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v21 v22 78 78 * Don't leave commented code where you tried something to be reviewed, we will be not very happy. 79 79 * Avoid writing expressions on several lines, instead use variables... but if it's needed for example in statements here are some examples : 80 80 81 * Write &&, || to be first on the new line. 81 82 {{{