On Apr 24, 2011, at 11:54 AM, Igor Stasenko wrote: > On 24 April 2011 12:08, Stéphane Ducasse <[email protected]> wrote: >> of course if the method would have been commented like that I would not have >> asked. >> So I'm doing a pass on the class now and adding comments :( >> >> unsubscribe: anObject >> "Unsubscribe all occurrences of the subscriber anObject" >> > "Unsubscribe all subscriptions of anObject from receiver" > >> registry removeSubscriber: anObject >> >> >> > Hmm.. isn't that was obvious?
No idea. Nothing is obvious!!! Comments are there to remove the obvious assumptions. Stef > > I mean, what behavior you found less surprising? Removing single > subscription per call? Which one? In what order? > > > -- > Best regards, > Igor Stasenko AKA sig. >
