Hacker News new | ask | show | jobs
by littlestymaar 2502 days ago
Having ported a full peer-to-peer engine in JavaScript from old-school callbacks to async/await, I strongly disagree with your comment.

Async/await really shines when the complexity arises.