Hacker News new | ask | show | jobs
by silisili 1564 days ago
This seems to be checking return values, which is a very unixy thing to do.

Most Go in the wild is doing way more than a typical *nix binary, so the use case differs.

If you want a resilient system, you don't die on print and log failures.

1 comments

Usually the result of ignoring "disk full" or partial writes is not resilience but byzantine failure instead.