Changes between Version 9 and Version 10 of PLATFORM_STANDARDS_CODE_R1
- Timestamp:
- 01/27/09 12:43:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_CODE_R1
v9 v10 49 49 The [wiki:PLATFORM_STANDARDS_CODE] page will be created and structured as follows: 50 50 {{{ 51 |_ Platform Code Standards52 |__ Writing code51 |_How to write code 52 |__Code conventions 53 53 |___General rules 54 |___Code Conventions55 54 |___Javadoc Conventions 56 55 |___Good Practices 57 56 |___Code Smells 58 57 |___Warning levels 59 |___ Useful links58 |___Naming conventions 60 59 |__Reviewing code 61 60 |___Implementation section requirements 62 61 |___Scoring 63 |___Super reviews64 62 |_Comments 65 63 }}} 66 64 67 65 These 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]. 69 67 * 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 68 * Comments - everyone that has some opinion on the standards should describe it here. … … 73 71 74 72 = 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). 76 74 77 75 = Testing =