Hacker News new | ask | show | jobs
by worik 1259 days ago
I am not a fan of async/await paradigms.

It is yet another example of making easy things easy.

It is not hard to write non blocking code. No harder than remembering to insert a keyword "await".

Event loops are very useful, I agree. I just do not see how a new syntax makes them "easier".