0
Variable
There are two known naming conventions: Pascal case: The first letter in the identifier and the first letter of each subsequent concatenated word are capitalized. For example: BackColor Camel case: The first letter of an identifier is lowercase and the first letter of each subsequent concatenated word is capitalized. For example: backColor
3 Antworten
+ 6
What about all caps?
FOR_A_CONSTANT
Also this isn't a question.
+ 3
There's more than 2.
Ex.
back_color
+ 1
why?