Hacker News new | ask | show | jobs
by haburka 3293 days ago
Typescript is amazing to work with daily. It catches so much and like the author said, by going to definition you can often find tons of hints about usage related to the object you're using. Often times, you receive and send objects in functions, and its so helpful if you know exactly what those object properties are instead of just remembering. Typescript makes me love and respect Microsoft just by itself.