The way I've been tracking my progress lately is using subversion. It's the first time I've actually held myself accountable with a version control system, despite numerous attempts through college and my first couple of jobs. Back then, rcs was too simple and cvs was too complex (and Doug was too lazy). A little while ago, I finally mustered the ambition and set aside enough free time to read most of the important chapters of the subversion book. I then set about importing the code from this blog into my first repository. Since that day, any changes I've made to the code base have been committed to the repository with a relevant change description. And that has made all the difference.
A lot of nights I would normally walk away from my computer feeling like I just didn't get enough done, or there was just too much left that I hadn't even begun to accomplish anything. But now, thanks to svn, I don't feel like that anymore. Every night that I make a commit, I have proof that I did something and that my project moved forward. As an added bonus, this mode of working keeps me focused on small, achievable goals. I don't get lost in the usual daydreams of massively impressive features that would take many man-months to implement.
April 21st, 2005 at 07:25 AM I would like a subversion that kept track of life, home, work,yard, pets, family and birthdays. It would be encouraging to review every now and then. Alas, I tend to dream too broadly also so I can see how this is a big help.