Skip to content

Instantly share code, notes, and snippets.

@jberger
Created December 5, 2019 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jberger/9db7e7711d46d06dd013fcf4b74ee689 to your computer and use it in GitHub Desktop.
Save jberger/9db7e7711d46d06dd013fcf4b74ee689 to your computer and use it in GitHub Desktop.
Quick discussion about async/await
<jberger>async/await is going to take over the world
its going to be the next "OO is everything, if it isn't OO it is nothing"
"oh your language doesn't have a/a, ok boomer"
suddenly I see the lack of core a/a in perl(5) as as much of an existential threat as the confusion over perl6 was
<mishanti1>The competition we have is not the lack of feature A or B, but simply agility in introducing new features in the language.
<jberger>generally I agree with you, but this one is a big deal
it is changing how students are being taught to code
it is changing how apis are being designed
and younger coders literally aren't going to think in callbacks, nor even in promise chains really, in the near future
the rare actual paradigm shift
look though modern javascript documentation, a/a is everywhere
they don't even document how to do it the old ways much of the time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment