4 Sep
2007
4 Sep
'07
9:29 p.m.
On 9/5/07, Graham Reitz
One of my colleagues has asked me, "why not use a simple struct over a tuple?"
Unfortunately, I couldn't give a convincing answer, which means I probably don't understand tuple well enough.
What is a good way to respond to this? Then we can identify when it makes better sense to use a struct versus a tuple.
Arguably a tuple is simpler (to use) than a struct :) Richard