|
|
|
|
|
by ReflectedImage
1292 days ago
|
|
Static typing on its own is very bad at finding errors. Static typing is something you use for performance reasons primarily. If you want to catch errors with static typing you need Haskell or Rust levels of support for it. C# / Java / C++ don't make the grade. |
|