On Mon, Jul 05, 2010 at 09:28:04AM -0700, Eric Wilhelm wrote:
> # from Dave Cardwell
> # on Saturday 03 July 2010 05:09:
> 
> >I’ve written a module that wraps the notifo.com API ...
> >
> >I’m leaning towards WebService::Notifo, but would appreciate your
> >advice if you would suggest otherwise.
> 
> WWW::Notifo::API or (Assuming that it's a REST API) maybe 
> REST::Notifo::API?

It's best to name modules by what they do rather than how they do it.
WebService::Notifo seems right to me.  (The WebService:: namespace was
created for this kind of thing.)

Tim/

Reply via email to