Hacker News new | ask | show | jobs
by nchie 67 days ago
Agreed, async function coloring makes for better structured code because it incentivizes keeping IO code near the edges while having a synchronous core.