Hacker News new | ask | show | jobs
by Cannabat 1375 days ago
I recently started working on a project with typescript for the first time. I have been astounded by how often my code works the first time I try it because so much is caught by the typing system. I know what I want my code to do, how it should do it, and that it does work - my errors are almost all from mistyping things.

Massive productivity boost, and I have a kind of confidence in my code that I never have had before, not having used a strongly typed language before.