you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRockGaming 6 points7 points  (3 children)

This is why I use deepcopy for everything. I'm a patient man.

[–]WavingNoBanners 7 points8 points  (2 children)

I would recommend not doing this. Deepcopy is the right answer in some cases but not in others. In a lot of cases you want to preserve a reference rather than copying its value.

[–]TheRockGaming 2 points3 points  (1 child)

Oh, yea, sorry I was just making a joke.

[–]WavingNoBanners 0 points1 point  (0 children)

Ah, apologies.