Why object references are confusing, and what to do about it
Sunday, August 15th, 2010A recent blog post from my old friend Phil1 discussed some of the gotchas of parameter passing in object-oriented languages – or I suppose specifically in partially OO languages, since the problem in this case was a combination of objects and structs in C#. It seems to me there is a genuine problem here, beyond [...]