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> 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 >