Maven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoSTOP DOING ASYNClemmy.worldimagemessage-square89linkfedilinkarrow-up1716
arrow-up1716imageSTOP DOING ASYNClemmy.worldMaven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square89linkfedilink
minus-squarefxdave@lemmy.mllinkfedilinkarrow-up4·2 years 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-squareactiv8r@sh.itjust.workslinkfedilinkarrow-up4·2 years 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