Changes between Version 14 and Version 15 of GoodCodeExamples
- Timestamp:
- 05/20/09 16:25:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v14 v15 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"