|
> They all have the same issue of there's simply too many code to vet. The problem is not the amount of code to vet, it's the amount of people who own it, and thus the amount of people I need to trust. In C, I use a "standard library" replacement like GLib or APR, and if they don't have what I need, then I implement it myself. Thus, the number of owners is just 2. Is my own code less trustworthy? For a start, of course. But once I fix it, once a tool becomes stable, it stays fixed, in the face of all future dependency updates. |