April 6, 2016
12:25 p.m.
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 <mailto:thibault.arloing@hotmail.fr>> wrote: Hi,
Can someone explain me how ProtoObject>>flag: works in pharo please ?
thx,
Thibault Arloing