Hacker News new | ask | show | jobs
by iyn 3931 days ago
Nothing wrong with a little bit of humor, imo. It's not like a thread is full of puns.
1 comments

make it then-able... like so:

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

callback hell