Changes between Version 1 and Version 2 of IMMUTABLE_TREE_R0
- Timestamp:
- 08/10/09 12:12:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IMMUTABLE_TREE_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 8 In order that new project's persistence could be implemented, immutable structures are needed - like immutable tree. Immutability requires that every operation delivers new object - tree, in which changes (one defined by the operation) are made, in same time not modifying the tree of origin. 10 9 11 10 == Task requirements ==