|
|
|
|
|
by grumpyprole
1047 days ago
|
|
> no chance of forgetting to check the error, and works just as well as a stronger type system A linter-based syntactic check is no substitute for a proper type system. A type system gives a machine checked proof. A heuristic catches some but not all failures to handle errors, it will also give false positives. |
|