peter_hurford comments on [link] Guide on How to Learn Programming - Less Wrong

6 Post author: peter_hurford 18 April 2014 05:08PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (20)

You are viewing a single comment's thread. Show more comments above.

Comment author: peter_hurford 16 July 2015 04:17:40PM 1 point [-]

I think it's good advice generally speaking, but it won't work for beginners. Studying great code is a great way to go from intermediate to expert, but if you haven't already gone from beginner to intermediate than you probably won't be able to recognize what is good code or understand why it is good.

Comment author: gjm 16 July 2015 05:35:24PM -1 points [-]

I wonder. Immersion works pretty well for beginner language learning. It might be more effective than you think for computer software.

Comment author: Lumifer 16 July 2015 05:53:35PM 2 points [-]

Immersion work well for beginner language learning because natural languages are fine with loose, sloppy, full of errors mishmash. The point is to get going and fix all problems later. I don't think this would work well with programming languages.

Comment author: Vaniver 16 July 2015 07:45:06PM 1 point [-]

This seems pretty similar to the "search for what you want on StackExchange / GitHub and copy/paste" approach to learning to code, which appears to work fairly well.

Comment author: Lumifer 16 July 2015 08:02:28PM 2 points [-]

I suspect it works well for picking up a new language when you already know how to code. I doubt this is a good method for beginners in programming.