InterviewSolution
Saved Bookmarks
| 1. |
What is a version control system (VCS)? |
|
Answer» A VCS keeps TRACK of the contributions of the developers working as a team on the projects. They maintain the history of code changes done and with project evolution, it gives an UPPER hand to the developers to INTRODUCE new code, fixes bugs, and run tests with confidence that their previously working copy could be restored at any moment in case THINGS go wrong. |
|