Hacker News new | ask | show | jobs
by arrakeen 877 days ago
if you're writing "await" before every function call maybe that should be the default.
3 comments

No. Places where execution can be interrupted should be obvious and explicit.
Or maybe a wake-up call that something is off. Shell scripting is a domain where impertive/procedural code shines.
Or maybe synchronous should be the default.
Isn't that what he's implying?