Vidyalelo
Ruby Programming · Q33

Best Practices and Code Conventions in Ruby

Programming · Ruby Programming · question 33

Q33

What is the purpose of using version control systems (VCS) like Git in Ruby development?

A.
Improve code performance
B.
Track changes to codebase and collaborate with other developers
Answer
C.
Document the entire codebase
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board