Jan. 13, 2010
8:53 a.m.
Lukas Renggli a écrit :
I suggest everybody to have a quick look at VW: - they have #copy and #postCopy as we do - they have #shallowCopy that is used from #copy as we do - they have #dcopy (what a horrible name) that is implemented in a similar way to what I suggested for #deepCopy
There is nothing else.
yes, I think we should adopt this with (dcopy -> deepCopy). Alain
Lukas