You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

lmm comments on 2015 New Years Resolution Thread - Less Wrong Discussion

4 Post author: Andy_McKenzie 24 December 2014 10:16PM

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

Comments (55)

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

Comment author: lmm 28 December 2014 08:30:08PM *  2 points [-]

It's a great idea. The most important part (possibly the only important part) of learning to code is to actually write code, code that's useful to you. Small commits are a good habit (too many people have an SVN-era instinct that commits are "expensive"). Heck, if I were doing this (as someone with a full-time job that's mostly coding) I'd make it a branch every day, with at least 8 commits on it. (Perhaps if you want to follow CBHacking's suggestion you could make it a branch every week, with at least 7 commits on it; that way, to be "on target" you commit every day, but you can miss a few days and make it up if you need to).

My standard way to avoid the "what the hell effect" is: miss one and it's ok, miss two and it's all over.