Re: [Pharo-users] name selector

2014-05-28 Thread stepharo
On 26/5/14 19:19, Sven Van Caekenberghe wrote: Object>>#name should be removed, +1 it is possible, I tried it once. Most senders of #name are asking for the name of a class. On 26 May 2014, at 18:15, Stephan Eggermont wrote: Do I understand correctly that name is to be understood as ins

Re: [Pharo-users] name selector

2014-05-27 Thread Sean P. DeNigris
jfabry wrote > +1 on the removal of Object>>#name. +1. It is a trap, especially for new users... - Cheers, Sean -- View this message in context: http://forum.world.st/name-selector-tp4760402p4760542.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] name selector

2014-05-27 Thread Norbert Hartl
+ 1 Norbert Am 26.05.2014 um 19:19 schrieb Sven Van Caekenberghe : > Object>>#name should be removed, it is possible, I tried it once. > Most senders of #name are asking for the name of a class. > > On 26 May 2014, at 18:15, Stephan Eggermont wrote: > >> Do I understand correctly that name is

Re: [Pharo-users] name selector

2014-05-26 Thread Johan Fabry
On May 26, 2014, at 3:08 PM, Esteban A. Maringolo wrote: > 2014-05-26 15:14 GMT-03:00 Johan Fabry : >> >> +1 on the removal of Object>>#name. > > Everybody got bitten by the accessor creation of #name: and #name1 :) Bitten? No. Annoyed? Yes yes yes. :-) ---> Save our in-boxes! http://email

Re: [Pharo-users] name selector

2014-05-26 Thread Sergi Reyner
2014-05-26 20:08 GMT+01:00 Esteban A. Maringolo : > 2014-05-26 15:14 GMT-03:00 Johan Fabry : > > > > +1 on the removal of Object>>#name. > > Everybody got bitten by the accessor creation of #name: and #name1 :) > I hear you!

Re: [Pharo-users] name selector

2014-05-26 Thread Esteban A. Maringolo
2014-05-26 15:14 GMT-03:00 Johan Fabry : > > +1 on the removal of Object>>#name. Everybody got bitten by the accessor creation of #name: and #name1 :) Esteban A. Maringolo

Re: [Pharo-users] name selector

2014-05-26 Thread Johan Fabry
+1 on the removal of Object>>#name. On May 26, 2014, at 1:19 PM, Sven Van Caekenberghe wrote: > Object>>#name should be removed, it is possible, I tried it once. > Most senders of #name are asking for the name of a class. > > On 26 May 2014, at 18:15, Stephan Eggermont wrote: > >> Do I under

Re: [Pharo-users] name selector

2014-05-26 Thread Sven Van Caekenberghe
Object>>#name should be removed, it is possible, I tried it once. Most senders of #name are asking for the name of a class. On 26 May 2014, at 18:15, Stephan Eggermont wrote: > Do I understand correctly that name is to be understood as inspectorName > and so should never be implemented as subcla

[Pharo-users] name selector

2014-05-26 Thread Stephan Eggermont
Do I understand correctly that name is to be understood as inspectorName and so should never be implemented as subclass responsibility? Stephan