Thread: your style?
View Single Post
Old 01-27-2005, 09:45 AM   #10 (permalink)
fp_unit
mike
 
Join Date: Jan 2005
Location: Ottawa, ON
Posts: 79
fp_unit is on a distinguished road
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).
fp_unit is offline   Reply With Quote