Quote Originally Posted by Moorea View Post
YMMV but personally I never write anything vaguely useful that I don't check in in some sort of source control system - I like to be able to go back; check diffs; revert, etc... (and have a back up and other benefits of any source control system) - force of habit - check in often - now maybe it's early for a public repository but you may as well get both setup (there are a bunch of people, like sourceforge; or even including some that aren't going out of business any time soon like google which provide free hosting - curseforge also may work though I don't know if they host things that aren't addons)
I totally agree with using revision control even for private projects, it's just too useful of a tool to ignore.

Sure it's designed to be able to merge changes when doing group work, but what about being able to merge your laptop work with your desktop work when you forgot to save changes to the server?