On 21 Jul 2013, at 11:56, Will Jessop <[email protected]> wrote: > How about "Bus, deliver this message", the "send"er is the code that > calls deliver here: > > bus.deliver(:turn_on_kettle, kitchen_handler) > > but the bus is doing the delivering. The post office don't send mail, > they deliver it, the people who *send* mail are the people who stick > it in the post box.
That's a very good point there Will, I'm tempted to rename it to "deliver" on this basis. I might even rename "publish" –> "distribute" or some such. Makes me wonder if Object#send is named wrong too though. I could always monkeypatch Object to rename it to "deliver" too, just to save any confusion :) -- http://www.patchspace.co.uk/ http://www.linkedin.com/in/ashmoran -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nwrug-members. For more options, visit https://groups.google.com/groups/opt_out.
