Maven (famous) to Programmer [email protected] • 1 year agoSTOP DOING ASYNCimagemessage-square60arrow-up1722arrow-down137
arrow-up1685arrow-down1imageSTOP DOING ASYNCMaven (famous) to Programmer [email protected] • 1 year agomessage-square60
minus-square@[email protected]linkfedilink4•1 year agoHonestly, I don’t get it. Is it about the syntax sugar? Would you like to use callbacks instead? Async programming is when you achive concurrency even with one thread. It’s needed. There’s no alternative to this.
minus-square@[email protected]linkfedilink5•11 months agoIt’s a meme, it’s not actually saying not to use async: https://knowyourmeme.com/memes/stop-doing-math
Honestly, I don’t get it.
Is it about the syntax sugar? Would you like to use callbacks instead?
Async programming is when you achive concurrency even with one thread. It’s needed. There’s no alternative to this.
It’s a meme, it’s not actually saying not to use async:
https://knowyourmeme.com/memes/stop-doing-math
I see, thanks