Y
Hacker News
new
|
ask
|
show
|
jobs
by
fardelian
2204 days ago
>I check types all over
Which is something you rarely need to spend time on if you're using TypeScript.
1 comments
jeffmcmahan
2203 days ago
That's true. But with TS I have to declare types, import typings, maintain a build process to run the TS compiler, and so on. Moreover, static typing comes with added tediousness, and I personally feel that it's not worth the freight.
link