(no title)
matt89
|
3 years ago
In my opinion the most important factor was that it is a superset of JS and any valid Javascript code is/was valid TS code.
That allowed for gradual adoption and you didn't have to risk going all-in into new technology.
ly3xqhl8g9|3 years ago
It is so liberating to type a variable as `any` when sketching new code, figuring things out, that I would venture to say that any language not having the `any` type actually actively hates the developer.
[1] https://www.typescriptlang.org/docs/handbook/2/everyday-type...
kuramitropolis|3 years ago
kuramitropolis|3 years ago
uup|3 years ago