Shouldn't the variable names be lowercase by convention? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Shouldn't the variable names be lowercase by convention?

13th Jul 2016, 11:41 PM
Dominic Mazella
Dominic Mazella - avatar
1 Resposta
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