As probably 99% of the Stackers here I have quite a few Hobby projects running simultaneously, and I try to keep them under source control and get them to the point of the one-step build/test. But I've only rarely taken my hobby projects to the Nightly Build and Continuos Integration stages, because well I don't work on the projects every day. Now since my projects are already have a one-step build, it's not a far shot to Nightly Builds and Continuos Integration, but I have never really felt the need for either in a one man team.
The Cons of Night Builds and C.I. on Hobby projects as I see them are:
- large implementation overhead
- very little ROI (Return on Investment)
The Pros... well I can't think of any, so thats why I'm asking.
[Edit] Apparently, as I guessed, there seems to be a consensus that its not worth it for the one-man team. Now I don't feel like I'm slacking anymore thanks! ;)
[Edit] So there is some dissent, and a few Pros for NightBuilds... Back to wondering