Hacker News new | ask | show | jobs
by tothepixel 3942 days ago
async I saw what you did there.
1 comments

I don't get it and await an explanation
This is starting to look like Reddit.
Nothing wrong with a little bit of humor, imo. It's not like a thread is full of puns.
make it then-able... like so:

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

callback hell
Something went wrong, I'll stop here and you'll never know. Next time, try to catch it.
you forked the thread. node doesn't have threads.