Live data from Hacker News

Turbo 8 is dropping TypeScript

world.hey.com

1–10 of 88 posts

Re: Turbo 8 is dropping TypeScript

#3
My least favourite thing about vanilla JS is finding out at runtime that I made a typo. That's an annoying thing that TS completely solves, among many others. I really don't see how you could use TS for any amount of time and wish to revert back.

>Things that should be easy become hard, and things that are hard become `any`. No thanks!

Denouncing a type system because you refuse to use it correctly seems short sighted to me, but I am of course biased as a TS fan.

Re: Turbo 8 is dropping TypeScript

#4
post #3

My least favourite thing about vanilla JS is finding out at runtime that I made a typo. That's an annoying thing that TS completely solves, among many others. I really don't see how you could use TS for any amount of time and wish to revert back. >Things that should be easy become hard, and things that are hard become `any`. No thanks! Denouncing a type system because you refuse to use it correctly seems short sighte…

I felt similarly. But ultimately, TS is there to solve a particular set of problems, and if they're able to solve their problems without it, more power to them I guess.

Re: Turbo 8 is dropping TypeScript

#9
> very few programmers are typically interested in having their opinion on typing changed. Most programmers find themselves drawn strongly to typing or not quite early in their career, and then spend the rest of it rationalizing The Correct Choice to themselves and others.

He's certainly right about this. I can't wrap my head around why anyone wouldn't want types in their program*

The types still exist you just didn't write them down! Why won't you just write them down!?

*short scripts excepted

Post reply on HN