-
Routes - URLs: lower case with hiphens (kebab-case)
hello-world-in-the-snow
-
Routes - Names: lower case with underscores (snake_case)
hello_world_in_the_snow
-
Models and Controllers: begin with an Uppercase letter. CamelCase
HelloWorldInTheSnow SnowController
-
Method: begin with a lower case letter. camelCase
getHelloWorldWithSnow()
-
HTML Attributes. lowercase with hiphens (kebab-case)
id="hello-world" class="snow" name="hello-world-with-snow
-
Migrations. lowercase with underscore (snake_case)
first_name last_name the_place_where_everything_started