Changes between Version 9 and Version 10 of PLATFORM_STANDARDS_CODE_R1


Ignore:
Timestamp:
01/27/09 12:43:21 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_CODE_R1

    v9 v10  
    4949The [wiki:PLATFORM_STANDARDS_CODE] page will be created and structured as follows: 
    5050{{{ 
    51 |_Platform Code Standards 
    52 |__Writing code 
     51|_How to write code 
     52|__Code conventions 
    5353|___General rules 
    54 |___Code Conventions 
    5554|___Javadoc Conventions 
    5655|___Good Practices 
    5756|___Code Smells 
    5857|___Warning levels 
    59 |___Useful links 
     58|___Naming conventions 
    6059|__Reviewing code 
    6160|___Implementation section requirements 
    6261|___Scoring 
    63 |___Super reviews 
    6462|_Comments 
    6563}}} 
    6664 
    6765These 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]. 
     66 * Code conventions - 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]. 
    6967 * 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. 
    7068 * Comments - everyone that has some opinion on the standards should describe it here. 
     
    7371 
    7472= Implementation = 
    75 ^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     73[wiki:PLATFORM_STANDARDS_CODE] created according to the design. CODE_TASK_REQUIREMENTS page was deleted (all of its contents were copied into the new page and reviewed). The other wiki pages related to code were not reviewed due to effort consumption (this is the only comment left in the ''Comments'' section of the new page). 
    7674 
    7775= Testing =