|
|
|
|
|
by ReflectedImage
877 days ago
|
|
There are numerous academic studies that show that type checking does not reduce errors in shipped code by an statistically significant amount. Type checking mostly shows that code can be compiled successfully. The thing it was designed to do. |
|
i've read some of these studies, they don't prove much. it's typically languages with inexpressive type systems like java.
>Type checking mostly shows that code can be compiled successfully. The thing it was designed to do.
what languages are you thinking of when you say things like this? these debates are useless because one person is thinking of the type system of language X and the other person is thinking of language Y. a lot of heat but little light.