Changes between Version 8 and Version 9 of CODE_TASKS_REQUIREMENTS


Ignore:
Timestamp:
01/16/09 01:33:07 (16 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CODE_TASKS_REQUIREMENTS

    v8 v9  
    236236= Comments = 
    237237 * A better structure is needed - now there are headings of all sizes and even a bullet list in the begining. Some of this may go in [wiki:CODE_TASKS_REQUIREMENTS], see [wiki:CODE_TASKS_REQUIREMENTS_R1]. --boyan@2009-01-12 
     238 * Properties usage should also be stated here. This makes most of the things aboute filelds useless.  --pap@2009-01-15 
     239 * The section about the 'final' modifier is not good enough. Actually you shouldn't put a final keyword whenever you declare a variable. Final method variables/arguments are usually useless and should be removed.  --pap@2009-01-15 
     240 * Manual tests are not a coding requirement.  --pap@2009-01-15 
     241 * The easy testability should be paid attention to. --pap@2009-01-15 
     242 * There are some links to external code conventions in the [USEFUL_LINKS] page. Perhaps some of the things written there or at least the links should be put in this document. --pap@2009-01-15 
     243 * Good class layout should be put as a requirement. --pap@2009-01-15 
     244 * Shouldn't the page be renamed to PLATFORM_STANDARDS_CODE ? --pap@2009-01-15 
     245 * I think that other wiki pages from the important docs connected with coding should be reviewed too. All these pages should have proper links between them. --pap@2009-01-15 
     246 * You could replace the !BackLinksMenu macro with a TOC one. it may look better. --pap@2009-01-15