Using a Source Control system alongside a multi-sandbox development strategy has several advantages, such as performing code reviews before promoting to a pre-production sandbox, keeping a history of changes made by each developer, and creating a branching strategy that tracks each feature or change separately. Automatically deploying changes from sandbox to production is not an advantage of Source Control, but rather a function of a Continuous Integration tool. Acting as a backup in case of catastrophic data loss is not an advantage of Source Control, but rather a benefit of having a sandbox strategy.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit