Hacker News new | ask | show | jobs
by akiselev 3935 days ago
I don't get it and await an explanation
2 comments

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.