Changes between Version 15 and Version 16 of GoodCodeExamples
- Timestamp:
- 05/20/09 16:27:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v15 v16 75 75 }}} 76 76 * Don't use @SuppressWarnings("all") and @SuppressWarnings("synthetic-access") at all, other like @SuppressWarnings("synthetic-access"), @SuppressWarnings("unchecked"), etc.. you can use, but rarely only when needed! 77 * We don't have special conventions for naming but don't use long name or stupid ones like "stuff" 77 * We don't have special conventions for naming but don't use long name or stupid ones like "stuff". 78 * Don't leave commented code where you tried something to be reviewed, we will be not very happy.