Vidyalelo
Ruby Programming · Q11

Best Practices and Code Conventions in Ruby

Programming · Ruby Programming · question 11

Q11

What is the recommended approach for testing Ruby code?

A.
Only test critical parts of the code
B.
Don't write tests, rely on code reviews
C.
Manually test the code after each change
D.
Write automated tests using a testing framework
Answer

Answer: Option D

Solution

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