search for: 2ce32247

Displaying 1 result from an estimated 1 matches for "2ce32247".

2019 Apr 25
2
Coding style. VariableNames, not variableNames?
Hey, A colleague just pointed out that the style guide says: *Variable names* ... should be camel case, and start with an upper case letter I was under the impression that variables were supposed to be camel case, without a leading upper case, as currently recommended for function names. Is this a somewhat recent change? If so, could someone share a regex / script for updating the previous style