|
|
|
|
|
by thedufer
4884 days ago
|
|
> With normal callback style error handling, you have to put "if (err) return cb(err)" after each async call. It's crazy. Or use a sane async library. As far as I can tell, something like https://github.com/caolan/async gives you a strict superset of Promise features, unless you're for some reason tied to how code with promises looks. |
|