|
Casing Variables, Camel vs Pascal
i know of 3 common ways of casing multi-word variables:
foo_bar <-- underscore
fooBar <-- pascal casing
FooBar <-- camel casing
i know it all comes down to preference, but i'm wondering if there is a semi-official difference between when you should use pascal casing vs camel casing.
what do you use?
__________________
Mike
|