| I tend to switch it up with the language. If I'm doing Windows programming I tend to use czSomeString type style (hungarian I think) but I mostly stick with ThisIsAClass, someFunctionName and someVariableName. THIS_WOULD_BE_A_CONST but I try to stay away from a_variable and a_function unless I'm doing PHP or something (I basically code in C++, PHP and sometimes Java). |