Review questions
- Why is automated testing important? Does it eliminate the need to perform manual testing?
- What is necessary to test our Single File Components in Vue?
- What is source control, and why is it necessary?
- What is Git, and how is it different from GitHub/GitLab?
- When you modify a file in a branch, does that modify it in all other branches? Why does or doesn’t this happen?
- Are the commands to control Git the same across all platforms?
- What do CI and CD stand for, and what is the value they add to a workflow?