Sabine Knöfel wrote:
Hi Igor, ok. Everyone has other programming habits....Greetings Sabine On Mon, Jun 10, 2013 at 10:56 AM, Igor Stasenko [via Smalltalk] <[email protected]> wrote: Breaks the Principal of Least Surprise for those you want to attract from other dialects. They may end up with a strong opinion on it :) I guess they can always create a #myInspect method to do what they want. Clément Bera wrote: Perhaps that could as easily be...I think the reason was the need of registering onWindowClose: event or closing the window by the code easily. Now you can do : | w | w := Object inspect. w onWindowClosed: [ ... ]. ... w close. w := Object inspectOnWindowClosed: [...]. or... w := Object inspector. w onWindowClosed: [...]. The latter since 'inspector' in more of a noun to which you might assign actions where 'inspect' which is more of a verb. cheers -ben
|
- Re: [Pharo-users] inspect returns iOf SystemWindow... Igor Stasenko
- Re: [Pharo-users] inspect returns iOf SystemW... Clément Bera
- Re: [Pharo-users] inspect returns iOf Sys... Sabine Knöfel
- Re: [Pharo-users] inspect returns iOf... [email protected]
- Re: [Pharo-users] inspect returns... Stéphane Ducasse
- Re: [Pharo-users] inspect re... Sabine Knöfel
- Re: [Pharo-users] inspect returns iOf... Igor Stasenko
- Re: [Pharo-users] inspect returns... Sabine Knöfel
- Re: [Pharo-users] inspect re... Igor Stasenko
- Re: [Pharo-users] inspec... Sabine Knöfel
- Re: [Pharo-users] inspec... btc
- Re: [Pharo-users] inspec... Marcus Denker
- Re: [Pharo-users] inspec... [email protected]
- Re: [Pharo-users] inspec... Marcus Denker
- Re: [Pharo-users] inspec... Sabine Knöfel
- Re: [Pharo-users] inspec... Sven Van Caekenberghe
- Re: [Pharo-users] inspec... Johan Fabry
- Re: [Pharo-users] inspec... btc
- Re: [Pharo-users] inspec... Sean P. DeNigris
- Re: [Pharo-users] inspect returns iOf SystemWindow... Marcus Denker
- Re: [Pharo-users] inspect returns iOf SystemW... Sabine Knöfel
