DEV Community

Discussion on: Tips For Using Async/Await - Write Better JavaScript!

 
nikhilmwarrier profile image
nikhilmwarrier • Edited

Exactly
That's why I use the then keyword a lot. It makes it super easy for even outsiders to read your code.

Thread Thread
 
milindsoorya profile image
milindsoorya

As long as you don't encounter a promise hell with then keyword, it is indeed okey to use then.