filmov
tv
A reason to use strongly typed languages instead of loosely typed ones: Avoid debugging at run-time

Показать описание
One of the main reasons I prefer Typescript over JavaScript is the existence of a type system and the compile-time tooling that comes with it. Instead of waiting for a program to crash 💥 and then debugging that, compile-time in-editor error messages (sometimes rendered via plugins) show the user exactly what broke and how to fix it.