Shouldn't the variable names be lowercase by convention? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Shouldn't the variable names be lowercase by convention?

13th Jul 2016, 11:41 PM
Dominic Mazella
Dominic Mazella - avatar
1 Answer
0
we use camel convention for naming variables. it means we should start a variable name by abbreviating its type with lower case and then name the variable with the first character in upper case: example: intAge
14th Jul 2016, 9:59 PM
Amir Nejatbakhsh
Amir Nejatbakhsh - avatar