Hacker News new | ask | show | jobs
by jonny_eh 4215 days ago
I assume language features remain the domain of the V8 engine, which is pulled in from Google.
1 comments

The parent was referring to how, in the Node world, typically errors are the first argument of a callback function(err, value). Promises will be added to Node soon, but the question was whether they will change all of their APIs to use those instead of the current callback method.
precisely