|
|
|
|
|
by orangeduck
4401 days ago
|
|
So I get it, and it makes a good point, but this could be more of a symptom than a disease. When I first started programming C I also tended to just exit the program on getting a bad return code, because I'd never been taught how to properly handle errors - I'd always just replied on exceptions. Only later did I start to get bitten, and take proper care to handle errors sensibly and explicitly. As "go" is such a new language I wouldn't be surprised if a similar thing has happened to new programmers migrating over to it. |
|