Changes between Version 8 and Version 9 of PLATFORM_STANDARDS_CODE_R1


Ignore:
Timestamp:
01/14/09 17:58:36 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_CODE_R1

    v8 v9  
    4747 
    4848= Design = 
     49The [wiki:PLATFORM_STANDARDS_CODE] page will be created and structured as follows: 
     50{{{ 
     51|_Platform Code Standards 
     52|__Writing code 
     53|___General rules 
     54|___Code Conventions 
     55|___Javadoc Conventions 
     56|___Good Practices 
     57|___Code Smells 
     58|___Warning levels 
     59|___Useful links 
     60|__Reviewing code 
     61|___Implementation section requirements 
     62|___Scoring 
     63|___Super reviews 
     64|_Comments 
     65}}} 
     66 
     67These sections will contain: 
     68 * Writing code - conventions and rules for writing code and javadoc. Each section heading is self explanatory of what it will contain. These sections will be a much better version of the result in [wiki:PLATFORM_STANDARDS_CODE_R0]. 
     69 * Reviewing code - what the implementation section of a coding task wiki page should contain; rules for scoring; when and how a super review might be requested. 
     70 * Comments - everyone that has some opinion on the standards should describe it here. 
     71 
     72Everyone has been asked to give his opinion in the Comments section. During the implementation these comments will be considered and integrated into the wiki page. During the implementation the previous revision of this task will be reviewed, as well as other wiki pages such as [wiki:CODE_TASKS_REQUIREMENTS]. 
    4973 
    5074= Implementation =