Live data from Hacker News

TypeScript is now officially 10 years old

coderoasis.com

1–10 of 207 posts

Re: TypeScript is now officially 10 years old

#3
post #2

The post mentions one of the most important factors in TypeScript’s adoption: it launched, from the start, with good tooling.

that's maybe the second or the third most important factor. the first is aggressive marketing that microsoft does for its products.

Re: TypeScript is now officially 10 years old

#4
post #2

The post mentions one of the most important factors in TypeScript’s adoption: it launched, from the start, with good tooling.

that's maybe the second or the third most important factor. the first is aggressive marketing that microsoft does for its products.

That unfortunately hasn’t helped C# become more popular outside of Microsoft legacy shops even when it did go cross platform and open source.

Re: TypeScript is now officially 10 years old

#8

Earlier quoted context omitted.

that's maybe the second or the third most important factor. the first is aggressive marketing that microsoft does for its products.

That unfortunately hasn’t helped C# become more popular outside of Microsoft legacy shops even when it did go cross platform and open source.

What is a "Microsoft legacy shop" ?

Re: TypeScript is now officially 10 years old

#9
>TypeScript never set out to build a separate, distinct, and prescriptive language. Instead, TypeScript had to be descriptive.

Sadly, the majority of people writing Typescript rarely care about descriptive and readable code these days. Somehow the focus shifted from using types to better understand complex systems through the code itself, to writing whatever polymorphic union type abomination that yields the best IntelliSense auto-completion in VSCode.

Post reply on HN