top | item 3018295

Four tips for learning how to program

59 points| illdave | 14 years ago |37signals.com

5 comments

order
[+] simon_weber|14 years ago|reply
On the usefulness of mailing lists: when I'm stuck on something, transforming the problem so someone else could understand it usually leads me to a solution. So many times I've written up an email asking for help, and then scrapped it because of a new insight while writing.
[+] brider|14 years ago|reply
This is why they say teaching is a great method for cementing your memory. It forces you to master whatever you're explaining so that you can explain to someone else in a way they can understand it.
[+] steverb|14 years ago|reply
AKA Rubber Duck Debugging: http://en.wikipedia.org/wiki/Rubber_duck_debugging

I often explain things to my computer illiterate wife. Once I break it down enough where she understands it I usually am able to see where I went off the rails.

Similarly, if you truly want to understand a subject, teach it to someone else.

[+] pointyhat|14 years ago|reply
One from me:

Stop reading HN and 37signals blogs and write some code. Doing is learning.

[+] fp|14 years ago|reply
To be fair: That is actually #1 in the list.