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-bounces@lists.pharo.org> de la part de Marcus Denker <marcus.denker@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+pharo@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.arloing@hotmail.fr> wrote:

Hi,


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


thx,


Thibault Arloing