Earlier quoted context omitted.
For day-to-day programming, why does l/1, O/0 matter? I usually don't see them in contexts where they could be confused.
A few cases that have occurred over the years: 1. Working with inherited code, one of the original programmers had an identifier I believed was "el" (short for "element") but that was actually "e1" (presumably short for "element 1"). You don't know frustration until your compiler tells you "undefined identifier 'el'" when, by all appearances, there's nothing wrong with your code. Not only did I waste a couple of hour…
Top Programming Fonts
41–50 of 51 posts
Re: Top Programming Fonts
#42In the past, we’ve had to decide between tiny monospace fonts or jagged edges. But today, modern operating systems do a great job of anti-aliasing, making monospace fonts look great at any size. It’s not 1990 anymore. Give your tired eyes a break and bump up that font size. No, thanks. All the anti-aliased screenshots in his post look blurry and some make me outright cringe. Also he missed my personal favorite: http:…
Re: Top Programming Fonts
#43I love 'Bitstream Vera Sans Mono'. I've tried tons of fonts, but always fall back on that. I use Ruby a lot, and it complements the language nicely…
I don't know why but switching to a new font made me a happier programmer!
Re: Top Programming Fonts
#44I love 'Bitstream Vera Sans Mono'. I've tried tons of fonts, but always fall back on that. I use Ruby a lot, and it complements the language nicely…
Re: Top Programming Fonts
#45Colsolas was the best thing to come out of Vista. In fact, it's the only thing I kept when I switched back to XP, and later, to OS X.
Re: Top Programming Fonts
#46I'd recommend both, but I like Liberation Mono more.
Re: Top Programming Fonts
#47Re: Top Programming Fonts
#48Earlier quoted context omitted.
Well, trisk is very legible for me at normal reading distance where e.g. proggy or profont feel too squeezed and slightly too small. But ultimately it's also a matter of taste, ofcourse. Generally screenshots can hardly do programming fonts justice. You have to load them into your editor and try them out on familar code. Most of the fonts showcased on that page look perfectly fine to me from the images. I only learne…
Agreed. Aside from a few major variables (fixed-width or variable-width, anti-aliased or no, weight), and ruling out fonts with obvious flaws like making 0 and O look too similar, it's largely a matter of taste. I've found that some fonts look much better as light text on dark backgrounds, or vice-versa. I use terminus ( http://shenani.gen.nz/~scott/img/terminus-sample.png ), but something about it doesn't look right…
Re: Top Programming Fonts
#49Earlier quoted context omitted.
That's a good-looking font, but I personally need a big visual distinction, like a slash or a dot, between O's and 0's. (I do like the distinction between l's and 1's, though - lots of fonts screw that up.)
Well, I think I would prefer a slashed zero for confidence, too, but can't say this has ever been an issue in my years of real world use.