28

I think I'm finally getting async/await

Comments
  • 3
    they are nice, I like async/await
  • 3
    They make things a lot cleaner
  • 2
    After much time, practice, and research,
  • 0
    I still don't get it...
  • 2
    Async/await is just syntactic sugar on promises. If you don't understand promises, async/await will just dig you into a hole.
  • 1
    I like how it's pretty analogous to "do" notation in haskell. Just because you program in C#, doesn't mean you can escape the monad!
  • 0
    @codefriar absolutely, learning generators will help too

    @mclark1129 *JavaScript. Haskell is a great language and I would like to see it more in the professional world. My understanding of monads is they relate to the generalisation of streams
  • 1
    Learned it from FunFunFunction on YouTube.. Great video.
Add Comment