> async/await, a pattern increasingly polluting Javascript and Python codebases in the name of performance
In JS world async/await was never about performance, it was always about having more readable code than Promise chain spagetti.
In JS world async/await was never about performance, it was always about having more readable code than Promise chain spagetti.