Gunnar_Zarncke comments on On learning difficult things - Less Wrong

77 Post author: So8res 11 November 2013 11:35PM

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

Comments (44)

You are viewing a single comment's thread.

Comment author: Gunnar_Zarncke 12 November 2013 08:02:58AM 8 points [-]

my number one piece of advice for other people attempting to learn on their own is do it with a friend.

The quick review feedback loop is also what is behind Pair Programming ( http://en.wikipedia.org/wiki/Pair_programming )

In a way this allows one of the pair to be in near mode (understanding the concrete concepts and examples) and the other in far mode (how does this match up with our grand picture).

Comment author: Baughn 20 November 2013 02:46:23PM 1 point [-]

In a way this allows one of the pair to be in near mode (understanding the concrete concepts and examples) and the other in far mode (how does this match up with our grand picture).

I've never had the opportunity to do pair programming, and although I was willing to try it I didn't quite see how it'd provide a qualitative advantage over code review. This explanation helps a lot, thank you. Even if it's not the full picture, it's certainly made me more motivated to try it.