Changes between Version 4 and Version 5 of PRO_LIB_CORE_TUTORIAL_R0
- Timestamp:
- 09/24/08 17:55:02 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL_R0
v4 v5 1 == Specification == 2 * Step-by-step how-to 1 = Analysis = 2 == Overview == 3 * PRO_LIB_CORE - is one of the base libraries used in Sophie2. 4 * We have to create a tutorial to use the library. 5 == Task Requirements == 6 * Easy to use tutorial. 7 * Easily manageable and maintainable form (wiki page for example). 8 * Thorough, so that people who have never used it, get involved in using it quickly enough. 9 * Things to include: 10 * step-by-step how-to 3 11 * Properties idea 4 12 * Property kinds 5 * '''Properties creation'''6 * Properties destruction7 13 * Properties usage examples (at least one per property kind and maybe some special) 8 14 * Bad practices examples 9 * Probably some classes and unit tests 15 * Code examples 16 == Task Result == 17 * Wiki page containig enough information to fulfil the above requirements. 18 == Implementation idea == 19 * Create a wiki page. Explain pro_lib as detailed as possible. And add the things from the things that should be included (last secion of Task Requirements). 20 == How to demo == 21 * Enter the wiki page. Explain the different parts of the tutorial (what is what and serves for what). 22 = Design = 23 24 = Implementation =