search for: 219065

Displaying 2 results from an estimated 2 matches for "219065".

2014 Oct 13
16
[LLVMdev] RFC: variable names
...ryone thinks the conventions are carved in stone... My proposal is that we modify the LLVM Coding Conventions to have variable names start with a lowercase letter. Index: CodingStandards.rst =================================================================== --- CodingStandards.rst (revision 219065) +++ CodingStandards.rst (working copy) @@ -1073,8 +1073,8 @@ nouns and start with an upper-case letter (e.g. ``TextFileReader``). * **Variable names** should be nouns (as they represent state). The name should - be camel case, and start with an upper case letter (e.g. ``Leader`` or - ``Bo...
2014 Oct 13
5
[LLVMdev] RFC: variable names
...et it wrong. My proposal is that we modify the LLVM Coding Conventions to have variable >> names start with a lowercase letter. >> >> Index: CodingStandards.rst >> =================================================================== >> --- CodingStandards.rst (revision 219065) >> +++ CodingStandards.rst (working copy) >> @@ -1073,8 +1073,8 @@ >> nouns and start with an upper-case letter (e.g. ``TextFileReader``). >> >> * **Variable names** should be nouns (as they represent state). The >> name should >> - be camel case, an...