|
|
|
|
|
by msangi
3218 days ago
|
|
Why not? I think it's fair to assume that programmers starts the compilation either when they believe their code is correct or when they do want to get an "hint" from the compiler. Either way, they get a valuable feedback from the compiler and that happens multiple times per day. |
|
Therefore a high number of type errors may also mean the type system is very strict and getting in the way very often.
BTW I prefer the type system to be a bit too strict rather than not catching obvious bugs and then having to struggle with a debugger.