Hacker News new | ask | show | jobs
by idibidiart 3936 days ago
make it then-able... like so:

doSomeAsync() .andThen(doSomeOtherAsync1) .andThen(doSomeOtherAsync2) ... .andThen(SomeOtherAsync10) .noAndThen(finalize)

1 comments

callback hell