5 ms·
if you're writing "await" before every function call maybe that should be the default.
by arrakeen 3y ago
if you're writing "await" before every function call maybe that should be the default.
- deleted 3y ago[deleted]
- dumbo-octopus 3y agoNo. Places where execution can be interrupted should be obvious and explicit.
- fijiaarone 3y agoOr maybe synchronous should be the default.
- 8n4vidtmkvmk 3y agoIsn't that what he's implying?
- cutler 3y agoOr maybe a wake-up call that something is off. Shell scripting is a domain where impertive/procedural code shines.