Hacker News new | ask | show | jobs
by roca 1968 days ago
From the point of view of bugginess, complexity in the implementations of massively popular libraries is far less of an issue than code you just wrote yourself, because the code in those libraries will have received much more testing than the code you just wrote yourself. So it doesn't really make sense to just add the complexity of components up like that.
1 comments

sudo is quite a popular utility, by the same logic it might be expected to be well tested...
Yes. And I shudder to think just how many bugs there would be in a home-grown sudo replacement.