|
|
|
|
|
by recursive
1708 days ago
|
|
I totally agree about ligatures. My user style sheet works pretty flawlessly for everything. * {
font-variant-ligatures: none !important;
}
I cannot comprehend how ligatures ever got popular in programming, particularly in blogs supposedly trying to teach new languages or concepts. |
|
I also noticed that it makes it a bit easier to "read" the code (not just visually, but "semantically" if that makes sense). As in, I think I have to spend less time "parsing" ≤ than =<, but I don't have a way of really "proving" it.
However, I am mildly dyslexic, so that might play a role in it.