Programming Challenge: Deep Copy, Overriding Some...
- Imagine that you have a hierarchical object graph:
And you want to merge two instances. Some elements should combine elements from both, some must take their value from the master. My example scenario is artificial, so please don't say 'well, if all you have to do is number pages …
more ...