Vidyalelo
Ruby Programming · Q28

Best Practices and Code Conventions in Ruby

Programming · Ruby Programming · question 28

Q28

What is the purpose of writing self-explanatory comments in Ruby code?

A.
Reduce the need for code documentation
B.
Document the entire codebase
C.
Clarify the intent of the code
Answer
D.
Provide implementation details

Answer: Option C

Solution

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