Comment on An open question (rant) about Node.jsComments−morganherlocker12yIf asynchronous code is harder to reason about, why would we elect to live in a world where it is the default?Because if you do not make it the default, then most libraries you use will make the choice for you by going sync.
Comments
Because if you do not make it the default, then most libraries you use will make the choice for you by going sync.