-
Website
http://phildawes.net/blog/ -
Original page
http://www.phildawes.net/blog/2007/07/23/coding-when-youre-tired-and-unmotivated/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
danja
4 comments · 4 points
-
phildawes
5 comments · 1 points
-
Dominic Sayers
1 comment · 1 points
-
David W.
2 comments · 1 points
-
ryantm
1 comment · 1 points
-
-
Popular Threads
-
Phil Dawes Stuff >> Idea for a global interpreter lock optimized for low contention
2 weeks ago · 3 comments
-
Phil Dawes Stuff >> Idea for a global interpreter lock optimized for low contention
It doesn't matter whether one uses a local SVN repository, SVK, Darcs, Git, or whatever. But it does wonders for a steady, incremental sense of progress to check in code. Even if I have only 30 minutes to work on a pet project, when I check in the results of that I feel I've achieved something.
The next time I continue on that particular project, I know I have the last known-good stable version safely backed up in the repository, and I can do whatever experiments I want; if I mess things up, I can just diff my latest changes to see where I screwed up, or even revert back to where I was. Does wonders for me.
That's good advice. All my projects until recently have been shared and so I've had a cvs or svn repository to work with.
I assumed that this one wouldn't attract any other coders (given that it's written in gambit scheme), but hadn't thought about just using a repository anyway. Time to crank up git.
Cheers!