Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tytho23168yI once jumped into someone else's codebase who exclusively used promises, except that he didn't know that if you return a promise inside of a .then call, you could chain it. It was worse than callbacks. Way worse. Plus the functions didn't even return the promise, he just use a callback.
-
@Mitch377
Reactive extensions for JavaScript
But there's ports for multiple languages
http://reactivex.io
Related Rants
When you don't keep your promises...
undefined
promises