Continuing https://github.com/GoogleCloudPlatform/google-cloud-node/pull/1697#discussion_r83665859:
Should we be promoting promise use first, as in "this is the way to use our library", with a mention about callbacks? Since the demand for promises is so strong, I'm wondering if we might be better off changing our position to a promise library that supports callbacks instead of the other way around.
/cc @jgeewax @omaray @jmdobry
As a complete outsider, I vote yes!
Especially with async await on the horizon, it's a way better way of writing async code
This issue may no longer be relevant due to its age. Feel free to re-open.
I am no longer on the team
Most helpful comment
As a complete outsider, I vote yes!
Especially with async await on the horizon, it's a way better way of writing async code