Quote Originally Posted by dglienna
I don't really have much use for it, but if there were multiple people working on the same code, then I'd use it.
Revision control is very important especially if you are writting programs for a living and can not afford to loose
any code from a crash or a mistake. It also lets you do comparisons between different versions of your code.

I dont see how any professional programmer would not use some kind of revision control. It has saved me a few times
resulting in coultless hours of saved labor.

Single user or multi-user, either one, revision control is important.