in reply to Periodic Save As
in thread My preferred version control system is...
Actually it's not just large teams that it doesn't work well for. Often it doesn't work well for teams of one either.
One good reason for using a version control system even when you are the sole developer and user is that it records the change history including meaningful check in comments. That means there is no need to clutter the code with comments that explain the evolutionary steps that brought the code into the current state.
Even for a single developer having a version control system and making fairly regular check ins provides a nice warm comfortable feeling when you are about to wreck havoc in the code, or have just made a bigger mess than intended.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Periodic Save As
by kudra (Vicar) on May 21, 2008 at 21:40 UTC | |
by gregor42 (Parson) on May 23, 2008 at 13:35 UTC | |
by kudra (Vicar) on May 23, 2008 at 16:54 UTC | |
Re: Periodic Save As
by jonadab (Parson) on May 24, 2008 at 11:04 UTC | |
by Anonymous Monk on May 24, 2008 at 12:09 UTC | |
by GrandFather (Saint) on May 25, 2008 at 16:29 UTC | |
Re^2: Periodic Save As
by pobocks (Chaplain) on May 26, 2008 at 02:07 UTC |