logoalt Hacker News

dcrazyyesterday at 3:54 PM2 repliesview on HN

As another commenter said, number of bugs increases with lines of code changed.


Replies

rootnod3yesterday at 11:45 PM

And some code is absolutely unnecessary. Look at the yes command. GNU version is optimized to death for no reason at all[1].

OpenBSD's version is as simple as it gets[2].

[1]: https://github.com/coreutils/coreutils/blob/master/src/yes.c [2]: https://github.com/openbsd/src/blob/master/usr.bin/yes/yes.c

throw-qqqqqyesterday at 7:52 PM

I completely agree with that