On Saturday 31 Jul 2010 6:35:46 pm Kannan Thambiah wrote:
> He suggests to enhance the Object class with a new method "revisit:
> aString", that doesn't have a method body. Instead every subclass of
> Object where we want to leave notes, we'll just send us a message,
> e.g. "self revisit: 'I still need to think about a more effective
> algorithm here'".
Squeak has a flag: method for such memos. e.g.
      self flag: #thinkDeeper. "I still need to think ..."

Later one can search for all senders of #thinkDeeper to corral all methods 
that need rework.

FYI .. Subbu
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to