Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
How many Node.js developers prefer callbacks over Promises or async/await?
posted

Hello everyone,

Started a new job recently, API uses callbacks. I assumed it was legacy reasons, but it's not! Current co-worker say

I think both promises and async await are bad abstractions, and harder to reason about.

I haven't come across many (any) people that have this opinion, but a current co-worker says this. Are there many like this? Are you? I'm interested in your opinion if so.

Thank you!