Changes between Version 5 and Version 6 of PRO_LIB_CORE_TUTORIAL_R1
- Timestamp:
- 01/20/09 18:47:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL_R1
v5 v6 12 12 == Task requirements == 13 13 * 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 15 15 * a brief explanation of the given problems and how the properties help in such cases 16 16 … … 30 30 * listing examples for property kinds like ValueProperty 31 31 * 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 32 34 33 35 * Improve the '''Methods To Use''' section by: 34 36 * listing more convenient methods 35 37 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. 37 43 38 44 * Add new sections which describe newly added things since the last revision of the tutorial or weren't described in it but need description: … … 47 53 * '''Utils''' section which lists and describes some of the more useful utils in the lib 48 54 55 * Leave comments, if any 56 49 57 * Reogranize the tutorial to move the deprecated stuff in a '''Deprecated''' section at the end 50 58 51 59 == 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 53 61 54 62 == Implementation idea ==