(original) (raw)
On Oct 13, 2014, at 3:19 PM, Chandler Carruth <chandlerc@google.com> wrote:
On Mon, Oct 13, 2014 at 3:04 PM, Nick Kledzik <kledzik@apple.com> wrote:I�d like to discuss revising the LLVM coding conventions to change the naming of variables to start with a lowercase letter.Almost all of your negatives of the current conventions also apply to your proposed convention.
Fair point.
Type names: CamelCaseFunction names: camelCaseVariable names: ???If we name variables in camelCase then variable names and function names collide.
If we are going to change how we name variables, I very much want them to not collide with either type names or function names. My suggestion would be "lower\_case" names.
Ick. :-)
-Chris