On Sat, Mar 23, 2013 at 8:25 PM, Mikeal Rogers <mikeal.rog...@gmail.com>wrote:

> var logger = bunyan();
>
> I was taking into account that bunyan doesn't drink single exports
kool-aid (which makes no difference to me)

Either way, yes, that _is_ simpler...

Rick


> :)
>
> -Mikeal
>
> On Mar 23, 2013, at 5:22PM, Rick Waldron <waldron.r...@gmail.com> wrote:
>
> I might be half-trolling here...
>
>
> On Fri, Mar 22, 2013 at 1:50 AM, Nabeel S. <nshah...@gmail.com> wrote:
>
>>
>>   var logger = bunyan.createLogger(...);
>>
>
> Why do module authors make gross factory APIs?
>
> Instead of wrapping the export in this icky "createLogger" method, that
> doesn't do _anything_ (one assumes a factory exists to provide some
> additional layer of logic over the base constructor, or else what is the
> point?), why not export the constructor?
>
> var logger = new bunyan.Logger();
>
> Yay, much nicer.
>
> Feel free to completely ignore me.
>
> Rick
>
>
>
>
>  --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
>  --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to