Common Convention
Snake Case vs Camel Case
Snake case examples
The following variable names follow the snake case naming convention:
Camel case examples
The following are examples of variables that use the camel case naming conventio
Snake case examples
The following variable names follow the snake case naming convention:
- this_is_snake_case
- build_docker_image
- run_javascript_function
- call_python_method
- ruby_loves_snake_case
Camel case examples
The following are examples of variables that use the camel case naming conventio
Comments
Post a Comment