|
|
|
|
|
by smt88
1472 days ago
|
|
The best apples-to-apples experiment for the value of type systems is JS vs TS. When I write TypeScript, I have so few runtime errors that I'm often in disbelief. Sometimes I have zero runtime errors on my first test of an application. Contrast this with my own writing of JavaScript (same coder, same runtime, etc.) and it's very clear. JS needs many, many unit tests that TS just doesn't. |
|