Vidyalelo
Ruby Programming · Q35

Best Practices and Code Conventions in Ruby

Programming · Ruby Programming · question 35

Q35

What is the purpose of using snake_case for method and variable names in Ruby?

A.
To make the code more challenging to read
B.
To indicate private methods and variables
C.
To emphasize the importance of the code
D.
To improve readability and maintain consistency
Answer

Answer: Option D

Solution

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