Async Await Is The Worst Thing To Happen To Programming
Photo by Patrick Federi on UnsplashI recently saw this meme about async and await.It’s so good. It captures exactly how I feel about async and await. If you wait for async code your function now has to be async as well. And if there’s any function relying on that function that code also has to be async and on and on and on. Until you reach the top level.I’ve always hated this. But there’s no better way to do this. It’s a necessary evil. Right..? Well, I’ve recently been coding a lot in Go. And G...
Read more at andrewzuo.com