Hacker News new | ask | show | jobs
by akaike 616 days ago
Least error-prone and JavaScript in one sentence, I’m not sure about that, to be honest. JavaScript alone without any types in a big project is a shot in the foot, let alone the quirks JavaScript has. Apps crash when a thrown error is unhandled, etc.

I would say JavaScript is easy, but it’s definitely not the type for a least error-prone app.

1 comments

Slap TypeScript on it.