QuestionQ501
Software Development and DesignWhat are two advantages of using version control?
Choose two
- A It enables multiple team members to work on the same project simultaneously.
- B It provides a complete long-term change history of every file of an application.
- C It improves code availability by distributing the data across different machines.
- D It provides automation of the build and deployment process out of the box.
- E It executes tests and reveals compilation errors before the code is committed.
Community Discussion