You are here: CodeIdol.com > C++ > C++ Coding Standards: 101 Rules, Guidelines, and Best Practices > Use A Version Control System
C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
| 3.
SummaryDiscussionExceptionsReferences...
|
|
| The palest of ink is better than the best memory (Chinese proverb): Use a version control system (VCS). Never keep files checked out for long...
|
|
| Nearly all nontrivial projects need more than one developer and/or take more than a week of work. On such projects, you will need to compare...
|
|
| A project with one programmer that takes about a week from start to finish probably can live without a VCS....
|
|
| [BetterSCM] • [Brooks95] §11, §13 • [CVS]...
|
|
You are here: CodeIdol.com > C++ > C++ Coding Standards: 101 Rules, Guidelines, and Best Practices > Use A Version Control System
ADBRITE ads links
|
|
Related tags
Popular Categories
|