Turbo 8 is dropping TypeScript
world.hey.com
Turbo 8 is dropping TypeScript
1–10 of 88 posts
Re: Turbo 8 is dropping TypeScript
#2Re: Turbo 8 is dropping TypeScript
#3>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
#4My 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…
Re: Turbo 8 is dropping TypeScript
#5Re: Turbo 8 is dropping TypeScript
#6What is Turbo, you may ask? https://turbo.hotwired.dev/
Re: Turbo 8 is dropping TypeScript
#7Re: Turbo 8 is dropping TypeScript
#8Typescript has done nothing for me.
Just a religious battle at this point.
(I'm okay with it on the server, but client side is just something something)
Re: Turbo 8 is dropping TypeScript
#9He'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