10 Jul
2009
10 Jul
'09
10:40 a.m.
Joel de Guzman wrote:
Vladimir Prus wrote:
FWIW, I've stopped using tuples because using indices as opposed to names turned out to a maintenance nightmare.
Before Fusion, if you don't need the genericity, structs are just fine.
With Fusion, even if you use structs and one day need the genericity, Fusion allows you to adapt any struct into a conforming fusion sequence(tuple), hence, still taking advantage of introspection, etc.
This is very neat, I'll keep this in mind. - Volodya