|
|
|
|
|
by glutamate
552 days ago
|
|
The author never actually says what is so wrong with JavaScript. I think it is quite a good dynamically typed language, and it certainly has some very high-performance implementations. If you don't like it, just use something else? > Ultimately, JavaScript was the right thing at the right time. It ended up being folded, spindled, and mutilated to serve purposes that it isn’t well suited for Counterpoint: many quirks in the language were addressed, e.g. introduction of === and with ESLint you get many of the practical advantages of a type checker. And when you need more safety, sprinkle TypeScript on top. What I really want for Christmas is a TypeScript-to-native compiler. |
|
The lack of explicit typing. The author argues against untyped code, and for using typescript instead of javascript to get types.