Hacker News new | ask | show | jobs
by laszlokorte 2038 days ago
One nice thing about php compared to Js is that you are not allowed to write async code. (except you use some extensions) So everything is simpler by design.
1 comments

True.

On the other hand, most systems I worked with were async, so they fit really well into the JS model of programming.