Hacker News new | ask | show | jobs
by colemannerd 3705 days ago
When I see the term "no self-respecting" developer, I know the article is going to be highly opinionated and complaint oriented with very little new information to discuss. I continue to be proved correct with this article.
3 comments

To be fair, the OP is basically an intro to his post on how to "fix" javascript.[1] This post basically says we should create a new Javascript that is the same as the old Javascript without all the bad parts.

Which throws away the two biggest strengths of Javascript: it works everywhere, and is compatible with tons of existing code.

1: https://medium.com/javascript-non-grata/javascript-the-next-...

> create a new Javascript that is the same as the old JavaScript > without all the bad parts

Google tried this with Dart and failed.

While he has a point to a certain extent, it's also coming from a fairly purist POV. I respect that for diversity of opinion.
Reminds me of the opinion unix purists held towards Linux in the 90s.