On Fri, Jun 1, 2012 at 12:44 AM, Jake Verbaten <[email protected]> wrote:
>> Yes, I know that too. And you might have already guessed it: It's just
>> another inconsistency that confuses ppl ;-)
>
>
> It's not inconsistent. The server is an event emitter the error handling
> pattern is server.on("error", errorHandler). There are two error handling
> patterns.

Just for the record: I did not say that the events the http-server
emits are inconsistent.

> The other error handling pattern of (err, data) is for asynchronous
> operations that are not event emitters.

I know that.

> One can argue that the macro of having http.createServer(f) be
> http.createServer().on("request", f) is confusing

I did say, that - what you call a macro - is inconsistent, thus
confusing people.

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to