Hacker News new | ask | show | jobs
by Stal3r 4505 days ago
Yes, you can reinvent wheels and avoid javascript best practices, and lose all benefits of async code control.
1 comments

Latches aren't async code control? Javascript has (async) best practices that survive more than a couple years?

Promises are great, I totally agree (as long as they're A+ compliant). But they're not on every platform, and it's not (usually) worth building your own if it's not there.