Hacker News new | ask | show | jobs
by xipix 756 days ago
A proportional font really helps ergonomics too.
1 comments

This is probably a snarky reply, but here is the serious answer: proportional fonts, with appropriate kerning, is a lot more legible than monospaced font. There is a reason why the press moved into that direction once it was technically feasible. But the same people that bring books as an example why 80 character line length should be enforced would gag at the notion of using proportional fonts for development. It just goes to show that none of these things actually matter, it’s just legacy patterns that remain in-place from sheer inertia, with really very little relevancy today other than the inertia of the past.
<snark> I'm glad you cleared this all up for us. </snark>

Other people disagree with you and it's best to not assume they are idiots.

So far, you are the only one making a fool of themselves.
Code uses much more punctuation than prose, and punctuation is hard to discern in a proportional font.
I agree. I've tried coding in C-like languages with proportional fonts a few times, and punctuation ends up feeling cramped, hurting legibility. We need more proportional fonts for programming where punctuation gets the same size and spacing as in monospaced fonts.
Depends on which language you are writing in. Historically Smalltalk UIs use proportional fonts, and they work just fine.