Some gems in comments

From the comments in 'Portraint of a n00b' by Yegge:

I program in English. After reviewing the English, I comment in Java after each sentence to let the computer know how to do it. In essence, I program in dual languages. IMHO the approach is what's important.

and:

Static typing is like saying there is this box and you can only put this kind of thing in it. The box is labeled.

Dynamic typing is like saying we have these generic transparent boxes that you have to look into to find out what is in there. or just remember where you put everything.

Published Monday, February 11, 2008 7:19 PM by FransBouma

Comments

# re: Some gems in comments

Monday, February 11, 2008 1:43 PM by Shazam999

It constantly amazes me how much developers actually believe that things like language selection (and its features) actually have a bearing on whether or not a project succeeds or fails.

# re: Some gems in comments

Tuesday, February 12, 2008 2:41 PM by Jeff

Well there are several minutes of my life I'll never get back.