heroku / heroku-connect-plugin

CLI plugin for Heroku Connect (experimental)
Apache License 2.0
23 stars 8 forks source link

Remove Q as a dependency #34

Closed gulopine closed 8 years ago

gulopine commented 8 years ago

co does a better job at promises, and happens to be the recommended best practice from the Heroku Toolbelt plugin development docs.

iamjem commented 8 years ago

:+1:

I think when we started this plugin generator support wasn't there, but co definitely makes the async spaghetti prettier.

I believe ES7 is bringing async/await, which will be even better.

gulopine commented 8 years ago

Yeah, some of this is still a little wonky, but I'm glad to improve it as much as possible, anyway.