Changes between Version 6 and Version 7 of PLATFORM_STANDARDS_DESIGN_R1


Ignore:
Timestamp:
01/25/09 22:34:27 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_DESIGN_R1

    v6 v7  
    2525== How to demo == 
    2626Show refactored [wiki:PLATFORM_STANDARDS_DESIGN] 
     27 
    2728= Design = 
    28  
    2929The [wiki:PLATFORM_STANDARDS_DESIGN] page will be restructured as follows: 
    3030{{{ 
     
    3333|__Task kinds 
    3434|___Coding task 
    35 |____Coding task subkinds 
     35|____A sample approach 
    3636|___Bug fix 
    3737|___Document 
     
    3939|___Maintenance 
    4040|__Examples 
    41 |__Coding tasks approach 
    42 |___UML Diagrams 
    43 |___Unit tests 
    4441|__Reviewing 
    45 |___Scores 
    46 |___Super review 
    4742|_Comments 
    4843}}} 
     
    5045These sections will contain: 
    5146 * General information - a brief description of what the design should contain (applying to all task kinds). 
    52  * Task types - for each task type there will be a list of what is required, recommended or optional. 
    53  * Examples - several examples of good and bad designs with brief explanations of their pro and cons. 
    54  * Coding tasks approach - a list of useful tools and brief instructions for their usage - how to make good UML diagrams, how to quickly write good unit tests. 
    55   * This is a separate section because most of the tasks are coding tasks and their designs are quite difficult and really important. 
     47 * Task types - for each task type there will be a list of requirements for the design content. 
     48  * for coding tasks - a list of links about UML & diagrams, test-driven development and automatic testing. 
     49 * Examples - several examples of good designs. 
    5650 * Reviewing - rules for reviewing, scoring and requesting a super review - when a task should fail and when not. 
    5751 * Comments - everyone that has some opinion on the standards should describe it here. 
     
    5953Everyone 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. The existing requirements will be reviewed and new will be added where necessary. 
    6054 
     55Everything that is listed in the Task types section is required (there will be no recommended and optional sections as stated in the analysis). Instead, the Reviewing section should state how to score a design and what is required/recommended. The reason is that these things are common for all task kinds. 
     56 
    6157= Implementation = 
    62 ^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     58^(Implementation results should be described and linked here (from the wiki or the repository)) 
     59 
    6360= Testing = 
     61 
    6462= Comments = 
    6563^(Write comments for this or later revisions here.)