@wolf480pl As far as heroes go, I have only read the source code of Don Knuth, and I must say that, while I found it a bit weird in parts, it was definitely quality stuff.
@Suiseiseki @josemanuel
have you tried reading the source code of /bin/true from GNU coreutils?
@Suiseiseki @josemanuel perfection is when there is no line that ciuld be removed.
POSIX does not require /bin/true to have --help and --version. Arguably, it is against POSIX for those programs to output anything at all. And it is completely unnecessary. A program like /bin/true could be implemented in 3 lines of code. It could have 3 assembly instructions. Its code could be smaller than the ELF header.
And yet, it is bloated with legalese.
@josemanuel I should've said "don't read the source code of a program you want to use, because you'll likely no longer want to use it"