Skip to content

Commit

Permalink
adaptions of the text again
Browse files Browse the repository at this point in the history
  • Loading branch information
belle903 authored Nov 1, 2024
1 parent d0d7e32 commit e44221d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 2024/article-camel_vs_snake_case/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<!-- END TITLE -->

<!-- BEGIN BODY -->
Naming conventions of variables are dependent on the programming language used. In many modern languages such as C# and Java, the established convention is camelCase, where each new word starts with a capital letter
- thisGreatlyImprovesReadabilityComparedTowhenwedonotusecapitalizationatall.
Naming conventions of variables are dependent on the programming language used.
In many modern languages such as C# and Java, the established convention is camelCase,
where each new word starts with a capital letter - thisGreatlyImprovesReadabilityComparedTowhenwedonotusecapitalizationatall.

On the contrary, python differentiates itself by using lower case letters only, and adding underscores after_each_word - just like a crawling python between the legs of a camel.
<!-- END BODY -->
Expand Down

0 comments on commit e44221d

Please sign in to comment.