Hacker News new | ask | show | jobs
by k__ 2038 days ago
Same here, I started at the same time also with PHP.

But I never found back to PHP after switching to JavaScript in 2011. If something new comes out it usually runs JS.

1 comments

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.
True.

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