|
|
|
|
|
by dgb23
2196 days ago
|
|
I cannot think of a language where errors cannot be ignored. In go it is easy to ignore them, but they stick out and can be marked by static analysis. The problems you describe are not solved at the language level, but by giving programmers enough time and incentives to write durable code. |
|
And I was referring to accidental ignoring. I've seen variations of the following several times now: