8 ms·
> One of the basic rules of thumb in typography is that, when writing a piece of text, you should choose one typeface and stick to it. Likewise, a splash of col
by kqr 21d ago
> One of the basic rules of thumb in typography is that, when writing a piece of text, you should choose one typeface and stick to it. Likewise, a splash of colour may grab the reader's attention, but it will inevitably decrease the legibility of the text. The natural flow of the text is broken, and it takes more brain effort to piece together the individual letters into words and semantics. Cognitively, the reading process becomes slightly less automatic and slightly more conscious; leaving less room in the conscious part of the mind for actually understanding the text.
https://www.linusakesson.net/programming/syntaxhighlighting/ https://www.linusakesson.net/programming/syntaxhighlighting/
- UltraSane 21d agoHe is very wrong. color coded syntax makes code MUCH easier to read.
- BigTTYGothGF 20d agoThat's just a rant trying to disguise itself as objective.
- DOGMATICA 19d agoRight, but... are you reading code in a way in which you need to preserve the “natural flow”? Personally I read a program (made up of discrete chunks of syntax that do things) much differently than a novel, or any piece of natural language in which you’d care about the typography.