Hacker News new | ask | show | jobs
by Touche 4215 days ago
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.
1 comments

precisely