|
|
|
|
|
by goldinfra
951 days ago
|
|
Wrapping every third-party library in defensive code doesn't make a lot of sense since this isn't the most dangerous kind of bug. To make a one example of a million: a third-party database library that corrupts your database is infinitely more dangerous and that there's no form of wrapping that will save you. Bad code is bad code. Bugs are bugs. This issue is not a major source of problems in Go code. |
|