Hacker News new | ask | show | jobs
by Stratoscope 4586 days ago
I agree about Times New Roman. Yuck. I use Georgia for a programming font, and it's much more readable.

Yes, it is a proportional font too. But I can assure you that I am in my right mind and am not trolling you.

1 comments

I also use proportional fonts for Java to make the code look like it's taken from an algorithms textbook. Also, idiomatic Java as produced by IDEs usually doesn't align variables, so the code looks OK as long as the space characters themselves all are of the same width.

The C++ code I work with usually has more strenuous alignments which are only possible to get right in monospace fonts.