181 Views
Using an asynchronous API for writing shell scripts and command line utilities in Node is inconvenient. Most shell scripts run top to bottom; it’s easier to block and stay synchronous than managing asynchronous state with callbacks.
0 comments