Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promises Are So Passé #81

Open
pimterry opened this issue Mar 3, 2016 · 0 comments
Open

Promises Are So Passé #81

pimterry opened this issue Mar 3, 2016 · 0 comments

Comments

@pimterry
Copy link

pimterry commented Mar 3, 2016

Promises saved us from callback hell, but we're not out of the woods yet. Anybody who's written heavily asynchronous code knows there's still pain in the promise'd land, from the flood of extra ceremony required to the frustratingly fractured function scope.

Fortunately, this isn't the end of the line, and with generators and ES2016's new async/await syntax we can do even better. In this talk we'll look at where asynchronous development is going next, how it's going solve your problems, and what you need to do to put it into practice today.

@pimterry pimterry changed the title Promises Are So Paseé Promises Are So Passé Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant