Changes between Version 2 and Version 3 of PLATFORM_STANDARDS_CODE_R0


Ignore:
Timestamp:
09/16/08 15:39:01 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_CODE_R0

    v2 v3  
    1414Wiki pages must be created for all the necessary setups a developer must do and for code conventions a developer must follow, and these pages must be linked in the implementation part of this task page. 
    1515== Related == 
     16Resourses: [[BR]] 
     17'''Code Conventions for the JavaTM Programming Language (Sun Microsysytems, Inc. Revised April 20, 1999)''' 
     18* http://java.sun.com/docs/codeconv/ 
     19* The most important and with higher priority. 
     20 
     21'''AmbySoft Inc. Coding Standards for Java v17.01d (Last uploaded on January 15, 2000)''' 
     22* http://www.ambysoft.com/downloads/javaCodingStandards.pdf 
     23 
     24'''Java Programming Style Guidelines (Version 6.0, April 2007)''' 
     25* http://geosoft.no/development/javastyle.html 
     26 
     27'''Draft Java Coding Standard written by Doug Lea''' 
     28* http://g.oswego.edu/dl/html/javaCodingStd.html 
     29 
     30'''Java Code Conventions & Code auditors Presented by Ravi Pavagada Pavagada, Haibo Zhao, Justin Milligan, Joe Dawley''' 
     31* http://webster.cs.uga.edu/~pavagada/SoftwareEngineering/JavaCodeConventions.pdf 
     32 
     33 
     34'''Note:''' Most of the coding conventions mentioned above are more or less the same... 
    1635== How to demo == 
    1736Check if all necessary information about the setup of the environment and the rules to be followed for the development is linked. 
    1837= Design = 
     38What pages are needed: 
     39 * Compiler Settings 
     40 * Javadoc conventions 
     41 * Naming conventions 
    1942= Implementation = 
    2043= Testing =