Hacker News new | ask | show | jobs
by random_mutex 159 days ago
I find the error story a horror one, mainly because it's quite easy to omit an error check when the err variable is reused which leads to weird crashes and garbage data, same happens when the error is explicitly ignored.