02-18-2010, 12:49 AM
Well put kyonides ^_^
You use underscore for upper case constants:
ThisIsAConstant
THIS_IS_A_CONSTANT
It is not convention to use This_Is_A_Constant nor THISISACONSTANT
The underscore is not needed since the CamelCasing tells you where the spaces are.
Variables and methods are lowercase.
*hugs*
You use underscore for upper case constants:
ThisIsAConstant
THIS_IS_A_CONSTANT
It is not convention to use This_Is_A_Constant nor THISISACONSTANT
The underscore is not needed since the CamelCasing tells you where the spaces are.
Variables and methods are lowercase.
*hugs*