what is pascal case and what is camel case ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is pascal case and what is camel case ?

15th Sep 2016, 7:35 AM
prateek nandwana
3 Answers
+ 3
Pascal case: MyVariable Camel case: myVariable
15th Sep 2016, 8:25 AM
Zen
Zen - avatar
0
Pascal gets all first letter in caps. camel gets first one lowercase then all in caps. MyVariable and myVariable
16th Sep 2016, 2:36 AM
Franco Muñiz
Franco Muñiz - avatar
0
Pascal and Camel case are variable naming rules which improves code readability for you and other programmers or people reading your code. They are all fine to use, you can choose the one which bests suits you.
16th Sep 2016, 5:31 AM
Joshua Ng andwe
Joshua Ng andwe - avatar