Hi Ash, all,

I've been watching this thread unravel over the last couple of days. One
little tip which I'm sure you all did, but didn't mention is using a
thesaurus; you can usually find a really good alternative this way. For
example: 'dispatch', it fits all aforementioned criteria. 'send', for me,
is just too surprising.

--
Gavin Laking
Twitter: @gavinlaking



On Tue, Jul 23, 2013 at 10:05 AM, Ash Moran <[email protected]>wrote:

>
> On 23 Jul 2013, at 00:01, Andy Holland <[email protected]> wrote:
>
> > How about:
> >
> > bus.emit(message) # emits to all listeners
> > bus.emit_to(message, listener1, listener2) # ... emits to specified
> listeners
> >
> > ?
>
> Ah, same problem as the `tell` example actually actually. The sender
> doesn't know who will pick up the message, only that it expects it to be
> received by exactly one (and quickly enough that something can pick up the
> answer).
>
> I think "deliver" is the best alternative to send so far.
>
> Thanks though, didn't think I'd pick up so many new words for this one idea
>
> Ash
>
> --
> 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.
>
>
>

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


Reply via email to