Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programming style, uppercase

Name: Anonymous 2010-05-10 15:26

I heard that writing variable names in upper case is bad. Is there a real motivation or is just a convention?

Name: Anonymous 2010-05-10 15:38

It's because avariable is different then aVariable.  If you don't keep your capitalization consistent you may type the wrong variable names, leading to compiler errors, leading to more time wasted over something trivial.  It's best to do either alllowercase or allCamalCase when variable naming to avoid stupid errors.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List