Skip to content

Instantly share code, notes, and snippets.

View The-Flying-Dev's full-sized avatar
🎯
Focusing and Working Consistently Each Day Towards Becoming a Better Developer

WebDev The-Flying-Dev

🎯
Focusing and Working Consistently Each Day Towards Becoming a Better Developer
  • South Africa
View GitHub Profile

Rails naming conventions

General Ruby conventions

Class names are CamelCase.

Methods and variables are snake_case.

Methods with a ? suffix will return a boolean.