Earlier quoted context omitted.
> when they mean a function no longer fits on one screen What screen size? What resolution? What ide/editor window size? What font face & size? With or without soft line wrapping? Honestly arguments about how "pretty" code is are fucking ridiculous. Despite what someone said, the purpose of source code is not to be "read" with "running" as a secondary task. That literally only applies to code written purely for educa…
If the code can't be read, then it really doesn't matter how it runs because no one will understand it well. Trust me. Some of the code I work with has this problem. I fix it when I can, but there's just too much to fix it all. The only code where readability isn't as important as functionality is finished code, and we all know that code is never finished.
I'm talking about people who skip braces on single statements, skip semicolons in JavaScript, etc because it "looks prettier" without them