> The best FOSS code is written to be read by other humans
Correct code (including comments) is written to be read by others, because at some point someone will want to add a feature or fix a bug or make it more efficient.
Also because, in two months/weeks/years time (depends on people), the writer will have gone to some other activities and won't be able to understand that ugly clever trick they made to fix that strange case they don't quite remember all the details of.
Also because compilers will have trouble reading too it if it's badly written, and may optimize it in unexpected ways...