The 10 commandments of good source control management
1. Stop right now if you’re using VSS – just stop it!
2. If it’s not in source control, it doesn’t exist
3. Commit early, commit often and don’t spare the horses
4. Always inspect your changes before committing
5. Remember the axe-murderer when writing commit messages
6. You must commit your own changes – you can’t delegate it
7. Versioning your database isn’t optional
8. Compilation output does not belong in source control
9. Nobody else cares about your personal user settings
10. Dependencies need a home too
DZone
1. Stop right now if you’re using VSS – just stop it!
2. If it’s not in source control, it doesn’t exist
3. Commit early, commit often and don’t spare the horses
4. Always inspect your changes before committing
5. Remember the axe-murderer when writing commit messages
6. You must commit your own changes – you can’t delegate it
7. Versioning your database isn’t optional
8. Compilation output does not belong in source control
9. Nobody else cares about your personal user settings
10. Dependencies need a home too
DZone
Comments
Post a Comment