Changes between Version 4 and Version 5 of PLATFORM_STANDARDS_CODE_R1
- Timestamp:
- 12/20/08 16:29:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_CODE_R1
v4 v5 10 10 == Task requirements == 11 11 * Create [wiki:PLATFORM_STANDARDS_CODE] 12 * Review [wiki:PLATFORM_STANDARDS_CODE_R0] implementation section create a better structure and link the pages there in [ PLATFORM_STANDARDS_CODE]. The resulting page should be renamed to satisfy the wiki naming convention.13 * Define rules for reviewing coding tasks' implementation 12 * Review [wiki:PLATFORM_STANDARDS_CODE_R0] implementation section create a better structure and link the pages there in [wiki:PLATFORM_STANDARDS_CODE]. The resulting page should be renamed to satisfy the wiki naming convention. 13 * Define rules for reviewing coding tasks' implementation (See implementation idea) 14 14 * Required section - things that are obligatory for the implementation in order to pass the review 15 15 * Recommended section - things that are recommended for the implementation, needed for higher score … … 21 21 22 22 == Task result == 23 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 24 23 [wiki:PLATFORM_STANDARDS_CODE] 25 24 == Implementation idea == 26 ^(It is advisable to include some rough implementations ideas.)^ 27 25 Expand these suggestions and add links where needed. 26 {{{ 27 Code tasks requrements: 28 * Implementation section should contain 29 * description of what is done 30 * link to svn changeset or revision 31 * The code should satisfy all of the code requirements 32 * Unit test with good quality and enough to cover the code 33 * reasonable javadoc everywhere 34 * no smells 35 * are modules done properly (if any) 36 * does logging satisfy requirements 37 * no system.println 38 * at right level 39 }}} 28 40 == Related == 29 ^(Here you can add related tasks that could be useful or helpful.)^ 41 [wiki:PLATFORM_STANDARDS_ANALYSIS] [[BR]] 42 [wiki:PLATFORM_STANDARDS_DESIGN] [[BR]] 43 [wiki:PLATFORM_STANDARDS_GENERAL] [[BR]] 30 44 31 45 == How to demo == 32 ^(In this section you must add instructions for the demo of the task.)^ 46 Present [PLATFORM_STANDARDS_CODE] explain review rules. 33 47 34 48 = Design =