+ 2
JAVA
you forget a capital letter instead of small it becomes an error....you forget small instead of capital letter its an error...damn it!!!
3 RĂ©ponses
+ 8
That's why there are naming standards. đ
Constant variables: ALL_CAPS
Other members: camelCase
Classes: CapsCase
+ 8
Java is case sensitive it makes it easier to read.
example
toLowerCase(CorrectWay)
tolowercase(wrongway)
+ 6
its not only java most programming languages have the same sensitivity