Changes between Version 11 and Version 12 of PLATFORM_STANDARDS_CODE_R0


Ignore:
Timestamp:
09/26/08 11:30:01 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_CODE_R0

    v11 v12  
    11= Analysis = 
    22== Overview == 
    3 Describes what rules the code must follow. 
     3Describes what rules the code must follow. How to setup eclipse to observe and restrict for the quality of the code. 
    44== Task requirements == 
    5  * Describe how the environment must be set up 
    6   * What the warning level should be 
    7   * What plug-ins must be installed 
    8  * What naming convention should be used (for example camelCase) 
    9  * Define what other rules developers must follow 
     5 * What are the standards that code must follow. 
     6  * What are the java code conventions. 
     7  * What are the javadoc conventions. 
     8  * What are good code practices. 
     9  * What are code smells. 
     10  * What general rules to follow so that code is extensible, maintainable etc. 
     11 * What is the warning level in eclipse. 
    1012 * Link to related how-tos 
     13 * Link to tutorials 
    1114== Requirements to the task result == 
    1215The result of this task must be wiki pages.