• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Coding font?

siyan

Member
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?
 
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.
 
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.
 
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 😛.
 
Back
Top