Re: [Pharo-dev] methodDict versus methodDictionary

2013-12-15 Thread Stéphane Ducasse
>> but I have 103 send of methodDict in my image >> > Yes, I am slowly removing them, but that takes time (I removed quite a lot > over the last months! A *lot*!) Ok excellent I did not know that. > I even added a lint rule detecting calls to #methodDict. > >> So I do not get it and personall

Re: [Pharo-dev] methodDict versus methodDictionary

2013-12-15 Thread Marcus Denker
On 15 Dec 2013, at 09:32, Marcus Denker wrote: > > On 14 Dec 2013, at 22:13, Stéphane Ducasse wrote: > >> Hi >> >> I do not understand why we deprecate methodDictionary and not methodDict >> (What a really bad name) >> I hate this inconsistent and lame name like methodDict and >> >> Marc

Re: [Pharo-dev] methodDict versus methodDictionary

2013-12-15 Thread Marcus Denker
On 14 Dec 2013, at 22:13, Stéphane Ducasse wrote: > Hi > > I do not understand why we deprecate methodDictionary and not methodDict > (What a really bad name) > I hate this inconsistent and lame name like methodDict and > > Marcus you mention on the bug entry > > nobody should access metho

[Pharo-dev] methodDict versus methodDictionary

2013-12-14 Thread Stéphane Ducasse
Hi I do not understand why we deprecate methodDictionary and not methodDict (What a really bad name) I hate this inconsistent and lame name like methodDict and Marcus you mention on the bug entry nobody should access methodDict directly -> so why have a "nice" accessor for something not to be