June 30, 2013
12:54 p.m.
On 2013-06-30, at 11:16, Sebastian Tleye <stleye@gmail.com> wrote:
I also like this uniform because it's easier to program, Up to now i haven't had the need to separate them.
2013/6/30 Tudor Girba <tudor@tudorgirba.com>
+1
Keeping things uniform is a plus in this case, even though we might lose some flexibility.
Doru
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.