What is the given name for CamelCase and PascalCase ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the given name for CamelCase and PascalCase ?

Hi Ducks, each thing have a special name (ex, int, float, string, tuple, lists... are data types in Python), but what is the name of CamelCase, PascalCase, SnakeCase... ?

6th Mar 2021, 11:14 AM
Agt Reda
Agt Reda - avatar
8 Answers
+ 3
Those are the names. They aren't needed either like int or float. It's just for readability/convention.
6th Mar 2021, 11:20 AM
Slick
Slick - avatar
+ 2
camelCase PascalCase snake_case kebab-case ...
6th Mar 2021, 1:20 PM
visph
visph - avatar
0
I know, but what can we give a name for all these terms (Pascal, Camel, Snake Cases) ?
6th Mar 2021, 5:06 PM
Agt Reda
Agt Reda - avatar
6th Mar 2021, 5:10 PM
visph
visph - avatar
0
visph Alright, and what does it mean the « .... » in your reply, does it mean there are more things or what ?
7th Mar 2021, 2:56 AM
Agt Reda
Agt Reda - avatar
0
yes: take a look to my last post link to see some ;)
7th Mar 2021, 2:59 AM
visph
visph - avatar
0
case types == name conventions
7th Mar 2021, 9:59 AM
visph
visph - avatar
- 1
visph aren’t they called name convention ?
7th Mar 2021, 8:21 AM
Agt Reda
Agt Reda - avatar