[Tutor] problem reading script
Alan Gauld
alan.gauld at btinternet.com
Fri Jul 1 19:03:40 CEST 2011
"Lisi" <lisi.reisz at gmail.com> wrote
> Suggestions for "a programmers font" gratefully received.
I generally use Courier.
Its ugly and old fashioned but it clearly shows
the differences between i,l, | and 1 and '' and "
and between ' and ` etc.
and spaces are big enough to "see" clearly. :-)
> But I could copy and paste to a WP
Never read code in a word processor. Use a
proper programmer's editor (and there are
loads, most free, each with its supporters)
like: vim, emacs, scite, Eclipse, etc....
Not only will the code be clearer with syntax
colouring etc but you will have a lot of cursor
movement and text operations that you don't
get in a word processor (like commenting
out a block, or folding/hiding a block inside
a loop, auto indenting etc, etc)
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/
More information about the Tutor
mailing list