> On 9 Jun 2018, at 00:58, Sean P. DeNigris <[email protected]> wrote: > > Thomas Dupriez wrote >> I got stuck countless times when >> reading pharo code, because there was a message send to a variable I >> didn't know the type of, so I couldn't know which method was being >> called (because there were multiple methods with that name in the >> system). So the only solution was to place a breakpoint and get that >> method to be executed. > > That is an interesting perspective. I usually browse senders. This almost* > always seems to work, except when the message selector is very generic and > reused in different contexts (e.g. #next) then you can scope your senders. There are 99% of possibilities your message is sent within the context of the class or package you are looking for. Esteban > > > > ----- > Cheers, > Sean > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html >
- Re: [Pharo-dev] Empirical Analysis of Programming Langua... Thierry Goubier
- Re: [Pharo-dev] Empirical Analysis of Programming L... Sean P. DeNigris
- Re: [Pharo-dev] Empirical Analysis of Programmi... Thierry Goubier
- Re: [Pharo-dev] Empirical Analysis of Programming L... Nicolas Cellier
- Re: [Pharo-dev] Empirical Analysis of Programmi... Thierry Goubier
- Re: [Pharo-dev] Empirical Analysis of Progr... Nicolas Cellier
- Re: [Pharo-dev] Empirical Analysis of P... Thierry Goubier
- Re: [Pharo-dev] Empirical Analysis of Programmi... Thomas Dupriez
- Re: [Pharo-dev] Empirical Analysis of Progr... Nicolas Cellier
- Re: [Pharo-dev] Empirical Analysis of Progr... Sean P. DeNigris
- Re: [Pharo-dev] Empirical Analysis of P... Esteban Lorenzano
- Re: [Pharo-dev] Empirical Analysis... Thierry Goubier
- Re: [Pharo-dev] Empirical Anal... Esteban Lorenzano
- Re: [Pharo-dev] Empirical Anal... Sean P. DeNigris
- Re: [Pharo-dev] Empirical Analysis of Progr... Ben Coman
- Re: [Pharo-dev] Empirical Analysis of P... Thierry Goubier
- Re: [Pharo-dev] Empirical Analysis of Progr... askoh
- Re: [Pharo-dev] Empirical Analysis of Programming Langua... Thierry Goubier
