How to be a better programmer in 6 minutes
secretgeek.net
How to be a better programmer in 6 minutes
1–10 of 48 posts
Re: How to be a better programmer in 6 minutes
#2Re: How to be a better programmer in 6 minutes
#3Wile the default monospace font on OSX (monaco) is fine, I find that my eyes adjusts better to the "proggy clean" fonts (avaiable for free here: http://www.proggyfonts.com/ ).
With good coding fonts, you are able fit more into the screen, distinguish between 1 and l, 0 and o more easily..etc. Here's a discussion on programming fonts a while back on HN (http://news.ycombinator.com/item?id=255257)
Re: How to be a better programmer in 6 minutes
#4On the positive side: I like the idea of automatic uglification of "bad" code.
Re: How to be a better programmer in 6 minutes
#5Um...
Re: How to be a better programmer in 6 minutes
#6All very good tips. I prefer a smaller font when hacking because I like to be able to scan more of the codebase, but I can see how it could force a person to tighten up the scope of their methods/functions.
Re: How to be a better programmer in 6 minutes
#7All very good tips. I prefer a smaller font when hacking because I like to be able to scan more of the codebase, but I can see how it could force a person to tighten up the scope of their methods/functions.
Re: How to be a better programmer in 6 minutes
#8All very good tips. I prefer a smaller font when hacking because I like to be able to scan more of the codebase, but I can see how it could force a person to tighten up the scope of their methods/functions.
Re: How to be a better programmer in 6 minutes
#9Re: How to be a better programmer in 6 minutes
#10I do like the idea for making hard-coded strings stand out, however.