Hacker News new | ask | show | jobs
by PDFBolt 487 days ago
Async is great when you truly need it, but it can overcomplicate things when misused. Having both sync and async options, seems like the best approach. Lets devs choose based on their needs rather than forcing one paradigm.