Skip to content

Commit

Permalink
article: add camel vs snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthS007 committed Dec 21, 2024
1 parent 82af14c commit 7bd67bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2024/camel_vs_snake_case/article.md
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
Binary file added 2024/camel_vs_snake_case/illustration.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bd67bb

Please sign in to comment.