131k views
2 votes
Donna has been developing software for her company. She makes a copy of the directory where her code is stored each time she makes a significant change. However, the project she started years ago is now much larger and there are two other developers who also work on the program with her. She would like a way to better manage the code so that she can revert to previous states if necessary and track changes made by each person. Which technology would you suggest?

1. Continuous integration application
2. Code repository
3. Workflow automation
4. Chargebacks for each developer

User Lyrk
by
6.3k points

1 Answer

4 votes

Answer: (2) Code repository

Step-by-step explanation:

The code repository is basically used for organizing the code branch by keeping the code consistent even the different types of teams are working in the similar specific place.

  • The code repository is basically providing the web hosting facilities to the web pages, code for the software and the various types of accessible documentation.
  • The developers published code and can easily synchronized the local code copy to the repository.

Therefore, Option (2) is correct.

User Ben McCann
by
5.8k points