Ok, but i understand that it can't be use to know if we already pass through a 
method ?


Thibault

________________________________
De : Pharo-users <pharo-users-boun...@lists.pharo.org> de la part de Marcus 
Denker <marcus.den...@inria.fr>
Envoyé : mercredi 6 avril 2016 14:25
À : Any question about pharo is welcome
Objet : Re: [Pharo-users] flags in pharo

Hi,

the convention is to put something like

self flag: #TODO.

in the code, then you can search for senders of #TODO and get a list of all 
things you wanted to fix.

Marcus


On 06 Apr 2016, at 14:17, Damien Pollet 
<damien.pollet+ph...@gmail.com<mailto:damien.pollet+ph...@gmail.com>> wrote:

It's just an empty method doing nothing.

Then, as it says in the comment, you can use the tools to look for it. Nautilus 
knows to check for it and display a nice icon in the method list.

On 6 April 2016 at 13:54, Thibault ARLOING 
<thibault.arlo...@hotmail.fr<mailto:thibault.arlo...@hotmail.fr>> wrote:

Hi,


Can someone explain me how ProtoObject>>flag: works in pharo please ?


thx,


Thibault Arloing


Reply via email to