by clockwork_189 on 4/18/14, 4:57 PM with 8 comments
by aroman on 4/18/14, 5:37 PM
I currently use use callbacks and caolan/async on node.js, using in-place callbacks where simple and async methods where things get complex. It's been working very well so far, and it avoids my biggest issue with promises, which is that it seems I'd need all the modules I want to use to support promises, which they surely don't, and mixing two styles seems worse than picking a poison.
Maybe someone can show me why my reasoning is flawed, though.
by davexunit on 4/18/14, 6:17 PM
Just wait until the JavaScript developers learn about continuations!