
14 Dec
2009
14 Dec
'09
11:49 p.m.
Just to toss my own cents into the camelCase versus under_score discussion: I personally prefer to use camelCase for functions and types and under_score for variables and value so that the two can be easily visually distinguished. For example, callFunctionWith first_variable second_variable This is arguably either the best or the worst of both worlds. :-) Cheers, Greg