Hacker News new | ask | show | jobs
by TomMarius 3262 days ago
Ad JavaScript - use TypeScript. It is a game changer that made web, mobile app and server development one of the nicest experiences I ever had in software development.

You don't have to start using every single feature from day 0, you can write JavaScript with types (in classes), and let other (e.g. variable) types be inferred. Even that small subset of features can catch almost every null reference error you've ever got.

1 comments

agreed :)