Changes between Version 6 and Version 7 of PRO_LIB_UTILS_R0
- Timestamp:
- 11/04/08 10:23:08 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_UTILS_R0
v6 v7 7 7 8 8 == Task requirements == 9 * Check the existing code and fix it if necessary. 10 * Add utilites that: 11 * Assign values to a property (except Auto Properties) 12 * Clone properties (this is neither deep copy, nor shallow copy) 13 * Other - discuss with the team if something else is needed at this iteration 9 Add utilites that: 10 * Assign values to a property (except Auto Properties) 11 * Clone objects with properties 12 * Other - discuss with the team if something else is needed at this iteration 14 13 15 14 == Task result == 16 The task result should be source code .15 The task result should be source code (with unit tests included). 17 16 18 17 == Implementation idea == 19 18 Cloning should keep only those properties that are needed. 20 19 21 20 == Related == … … 23 22 24 23 == How to demo == 25 Present the utilities to the team .24 Present the utilities to the team and run unit tests to demonstrate them. 26 25 27 26 = Design =