Ruby naming conventions
Remember, code is read more often than it’s written.
Invest time in choosing clear and intuitive method names to make your #Ruby code a pleasure to read and maintain.
Here is a reminder of some of the most popular naming conventions
Post a comment