Maven (famous) to Programmer Humor@lemmy.ml • 1 year agoSTOP DOING ASYNClemmy.worldimagemessage-square61arrow-up1718
arrow-up1718imageSTOP DOING ASYNClemmy.worldMaven (famous) to Programmer Humor@lemmy.ml • 1 year agomessage-square61
minus-square@fxdave@lemmy.mllinkfedilink4•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@activ8r@sh.itjust.workslinkfedilink5•1 year 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