Re: [Pharo-dev] Traits explicitRequirement -- and TClassDescription

2016-09-26 Thread stepharo
I would like to remove traits users from metaclass class description. I do not think that they are worht hteh complexity they bring. Stef Le 26/9/16 à 16:16, Ben Coman a écrit : I'm not familiar with the #explicitRequirement I see sent in Slice 17798. Could someone explain why that is better

Re: [Pharo-dev] Traits explicitRequirement -- and TClassDescription

2016-09-26 Thread Max Leske
> On 26 Sep 2016, at 15:16, Ben Coman wrote: > > I'm not familiar with the #explicitRequirement I see sent in Slice 17798. > Could someone explain why that is better than calling... > self setName: aSymbol. > Traits don’t have instance variables, so you somehow need to tell users to imple

[Pharo-dev] Traits explicitRequirement -- and TClassDescription

2016-09-26 Thread Ben Coman
I'm not familiar with the #explicitRequirement I see sent in Slice 17798. Could someone explain why that is better than calling... self setName: aSymbol. Also, another thing I've been curious about for a while, what is the advantage of having TClassDescription when it only has one user Class