Ruby Naming Convention

List of covered sections:

TL;DR

Type Convention
Files lower_with_under
Modules CapWords
Classes CapWords
Functions lower_with_under()
Global/Class Constants CAPS_WITH_UNDER
Global/Class Variables lower_with_under
Instance Variables lower_with_under
Method Names lower_with_under()
Function/Method Parameters lower_with_under
Local Variables lower_with_under

Missing something? Please contribute here by reading this guide.

Contributors

bendelonlee sandoche