Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

One of the many possible ways to do version control?

CONTROL possible version
0
Posted

One of the many possible ways to do version control?

0

1. Create a global directory that always keeps the necessary files from everyone plus a log file telling what you (anyone) have done to any file. 2. Whenever a team member wants to modify a number of files, that member must always copy those files and make changes in his own directory until it’s done. Before putting those files back, he must make backups for those files in his own directory. This depends on how many revisions you want to keep. 3. Naming a file, you have two choices: a. Always name your file exactly the same as the module’s name. Each file contains only one module. b. Each person has only one file named after his that stores all of his modules together. 4. (Top-down approach) Always identify the interfaces between modules clearly by making the skeletons before working for each module. 3.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123