TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is async/await a step back to JavaScript?

2 pointsby jbishover 8 years ago

1 comment

invaliduserover 8 years ago
So the author rejects what is basically syntactic sugar around the Promises because it _looks_ _like_ imperative programming, even though it&#x27;s 100% promises, and makes the code cleaner to read and easier to understand?<p>It reminds me when object oriented programming was the trend of the day, and people got crazy about it. Every bit of code just had to be OO, and people would rewrite everything, including operating systems and network stacks. It was crazy because OO had become not a means to and end, but an end in itself.<p>Sometimes I feel like we are back at it again, but with functional programming.