Skip to content

Instantly share code, notes, and snippets.

View cindrmon's full-sized avatar

Cindr Mon cindrmon

  • 06:55 (UTC +08:00)
View GitHub Profile
@cindrmon
cindrmon / .gitignore
Last active September 27, 2020 12:31
MP1_INFOSEC_LogicBomb
LogicBomb
@iangreenleaf
iangreenleaf / gist:b206d09c587e8fc6399e
Last active May 5, 2024 14:52
Rails naming conventions

Rails naming conventions

General Ruby conventions

Class names are CamelCase.

Methods and variables are snake_case.

Methods with a ? suffix will return a boolean.