Conversation
Notices
-
@fendus there are many good reasons to obey the 80 columns limit: readability, smartphones, multiple columns of text on large displays etc.
-
@fendus I don't consider that as the main reason to limit my lines to 79 chars. Nowadays it's just a way to make code more readable.
-
@fendus 79 character limit per line is still a very good advise.
-
@fendus It makes code easier to read as well as makes it easier to compare codes by opening 2 terminals side-by-side.
-
@fendus Also, today's terminal still have default window size of 80x25, you know.
-
Arc Riley likes this.
-
@fendus If you have to write something that needs a lot of line breaks because of the 79chrs limit, you need to refactor that sentence.
-
@mgedmin imho code limited to 80chars is often *less* readable.
-