Changes between Version 4 and Version 5 of PLATFORM_STANDARDS_CODE_R1


Ignore:
Timestamp:
12/20/08 16:29:50 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_CODE_R1

    v4 v5  
    1010== Task requirements == 
    1111 * 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) 
    1414  * Required section - things that are obligatory for the implementation in order to pass the review 
    1515  * Recommended section - things that are recommended for the implementation, needed for higher score 
     
    2121 
    2222== 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] 
    2524== Implementation idea == 
    26 ^(It is advisable to include some rough implementations ideas.)^ 
    27  
     25Expand these suggestions and add links where needed. 
     26{{{ 
     27Code 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}}} 
    2840== 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]] 
    3044 
    3145== How to demo == 
    32 ^(In this section you must add instructions for the demo of the task.)^ 
     46Present [PLATFORM_STANDARDS_CODE] explain review rules. 
    3347 
    3448= Design =