Coding font?

siyan

Member
Dec 27, 2004
56
0
0
I know its weird, but my brain shuts off if I try to code in Courier New, or really most fixed width fonts.

I use Verdana because the capital I and lowercase L are easily distinguishable.

Anybody else out there have "strange" font choices?
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
I think anyone who doesn't code in a monospaced is insane. Other than that, I just use whatever my editor of choice gives me.
 
Sep 29, 2004
18,656
68
91
Originally posted by: kamper
I think anyone who doesn't code in a monospaced is insane. Other than that, I just use whatever my editor of choice gives me.

DING DING DING! This is probably 90% of the population. Show code to a co-worker in non-fixed width and you'll get hell for it.
 

Muse

Lifer
Jul 11, 2001
41,365
10,481
136
I code in Foxpro and just use the default editor's font - Courier New.
 

Aikouka

Lifer
Nov 27, 2001
30,383
912
126
I usually code in whatever they give me; where most IDEs that I've used default to a fixed-width font. Definitely easier to read if an error reports line + column number :p.