Changes between Version 1 and Version 2 of CODE_TASKS_REQUIREMENTS
- Timestamp:
- 09/16/08 17:37:28 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CODE_TASKS_REQUIREMENTS
v1 v2 7 7 * The code style is correct to our convention. 8 8 * The code is easily readable. 9 * There are no fake JavaDocs (JavaDocs without useful information).9 * There are no fake !JavaDocs (!JavaDocs without useful information). 10 10 * The java-doc is complete enough. 11 * For each element, the JavaDoc should describe clearly what is it (if this is not easy, then probably the design is bad)11 * For each element, the !JavaDoc should describe clearly what is it (if this is not easy, then probably the design is bad) 12 12 * It causes '''0''' errors. 13 13 * It causes '''0''' warnings. 14 * The @ SuppressWarnings annotation is used only if really needed.14 * The @!SuppressWarnings annotation is used only if really needed. 15 15 * I know 3 cases for it - 16 16 * unused, when something is used only by reflection