Changes between Version 6 and Version 7 of PRO_LIB_UTILS_R0


Ignore:
Timestamp:
11/04/08 10:23:08 (17 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_UTILS_R0

    v6 v7  
    77 
    88== 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 
     9Add 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 
    1413 
    1514== Task result == 
    16 The task result should be source code. 
     15The task result should be source code (with unit tests included). 
    1716 
    1817== Implementation idea == 
    19  
     18Cloning should keep only those properties that are needed. 
    2019 
    2120== Related == 
     
    2322 
    2423== How to demo == 
    25 Present the utilities to the team. 
     24Present the utilities to the team and run unit tests to demonstrate them. 
    2625 
    2726= Design =