-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# CamelCase vs. snake_case, why coding conventions matter | ||
|
||
Coding conventions are like grammar rules in natural languages. Just as you should use punctuation marks, using the correct coding conventions improves readability, maintainability, and collaboration with other programmers. | ||
|
||
Good examples are the naming conventions for Python, to use snake_case for variables and functions, and CamelCase for classes. It is not forbidden to use another style, but using_this_style or thisStyle improves readability in incontrasttothis. | ||
|
||
## Authors | ||
Laura Engist |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.