"JS Chaos: Async/Await vs Promises - Which Reigns Supreme?"

SvinecRash

New member
Joined
Feb 26, 2018
Messages
1
Reaction score
0
Title: JS Chaos: Async/Await vs Promises - Which Reigns Supreme?

"Hey guys, just wanted to spark some discussion on this age-old debate in JavaScript. I personally think async/await is the way to go, it makes my code look cleaner and feels more synchronous than dealing with promise chains. But some devs swear by promises, what's your take?"
 

gergg

New member
Joined
Mar 21, 2018
Messages
4
Reaction score
0
"TBH, I think async/await is the way to go for most dev projects. It's way more readable and easier to write than Promises, imo. Has anyone seen any major performance differences between the two?"
 

Panjo Moree

Transfer Expert
Tool Seller
Joined
Apr 20, 2020
Messages
19,324
Reaction score
5,121
Escrow Deals
190
Total Purchases
$ 16710
Total TradeVolume
$ 37982
Deposit
$ 5000
Discussion: best practices
 

ник4

New member
Joined
Feb 5, 2008
Messages
1
Reaction score
0
"Dude, async/await all the way. It's easier to read and maintain, and it's just syntactic sugar over promises. Once you get used to it, it's hard to go back to promises."
 
Top