|
|
|
|
|
by jonathanlydall
524 days ago
|
|
As someone who works in C# and TypeScript, I suspect that people who work in weakly typed languages either: - Don’t have big projects. - Have lots of unit tests to cover some of what a C# or Java compiler would have caught through static analysis. - Don’t even consider doing certain kinds of refactoring (which would be trivial on a strongly typed language) because they have no way of knowing what will break. |
|