|
|
|
|
|
by ly3xqhl8g9
1345 days ago
|
|
Also the `any` type [1]. It makes porting an existing project ridiculously easy: just type everything as `any`, and it also gives freedom to the developer to think in code when developing, trusting that they (will) know what they are doing, instead of screaming at the smallest mis-type with annoying bright red squiggly lines. 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... |
|