BigBinary Academy
Ruby
Ruby way
37.4
Search
Lesson
37.4
Use UpperCamelCase for Class and Module Names
In Ruby, we should be using "UpperCamelCase" style for
class
and
module
names.
Previous
Next