June 30, 2013
1:54 p.m.
But you know that you can do this right now?
Object subclass: #Foo uses: TMyTrait classTrait
and the same on the class-side :/
Foo class uses: TMyOtherTrait instanceVariableNames: 'a b c'
so from that point of view the current system allows for a messy/flexible combination of instance-side and class-side traits.
yes because you can have class side trait. and this is too complex. I agree. In fact I really have a love/hate feeling about traits. Stef