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... ?
8 odpowiedzi
+ 3
Those are the names. They aren't needed either like int or float. It's just for readability/convention.
+ 2
camelCase
PascalCase
snake_case
kebab-case
...
0
I know, but what can we give a name for all these terms (Pascal, Camel, Snake Cases) ?
0
"case types"...
https://danielmiessler.com/blog/a-list-of-different-case-types/
0
visph Alright, and what does it mean the « .... » in your reply, does it mean there are more things or what ?
0
yes: take a look to my last post link to see some ;)
0
case types == name conventions
- 1
visph aren’t they called name convention ?