|
|
|
|
|
by preseinger
1517 days ago
|
|
> I've ran into bugs multiple times because I ignored an error result, or overwrote the "err" variable and swallowed an error. Errcheck helps a bit. Any reasonable code review process would catch these (very obvious) problems. |
|
I find code review unreliable at best for catching bugs or logic errors, but depends on the reviewer