Changes between Version 5 and Version 6 of PRO_LIB_CORE_TUTORIAL_R1


Ignore:
Timestamp:
01/20/09 18:47:23 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_TUTORIAL_R1

    v5 v6  
    1212== Task requirements == 
    1313 * Improve the '''Properties Idea''' section by giving: 
    14   * a general overview of what are the properties, not just list what problems they solve, 
     14  * a general overview of what are the properties, not just list what problems they solve 
    1515  * a brief explanation of the given problems and how the properties help in such cases 
    1616 
     
    3030  * listing examples for property kinds like ValueProperty 
    3131  * providing a short description on the purpose ot each example 
     32  * adding a Final vs Auto Property example 
     33  * adding a Resource Property with an unmanaged Swing Component example 
    3234 
    3335 * Improve the '''Methods To Use''' section by: 
    3436  * listing more convenient methods 
    3537 
    36  * Improve the '''Bad Code Examples''' section by listing at least several more scenarios where properties have been used in a wrong way also providing an explanation what's wrong and how to fix it 
     38 * Improve the '''Bad Code Examples''' section by listing at least several more scenarios where properties have been used in a wrong way also providing an explanation what's wrong and how to fix it. This section is quite important and the code is rich with property abuse. 
     39 
     40 * Improve the '''Demo''' section by adding some comments on the provided demo sample code. 
     41 
     42 * Rename the '''How to apply properties to Sophie 2.0''' section to '''Good practices''', revise the practices already listed and add more. 
    3743 
    3844 * Add new sections which describe newly added things since the last revision of the tutorial or weren't described in it but need description: 
     
    4753  * '''Utils''' section which lists and describes some of the more useful utils in the lib 
    4854 
     55 * Leave comments, if any 
     56 
    4957 * Reogranize the tutorial to move the deprecated stuff in a '''Deprecated''' section at the end 
    5058 
    5159== Task result == 
    52 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
     60 * Updated wiki page with the given task requirements 
    5361 
    5462== Implementation idea ==