<div class="gmail_quote">Sorry, this seems to have not followed the thread, but here was my comment:</div><div class="gmail_quote"><br></div><div class="gmail_quote"><meta charset="utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><a href="http://codereview.appspot.com/3264041/diff/1/docs/CodingStandards.html#newcode801" target="_blank" style="color: rgb(92, 69, 32); ">http://codereview.appspot.com/3264041/diff/1/docs/CodingStandards.html#newcode801</a><br>
docs/CodingStandards.html:801: camel case (e.g. <tt>TextFileReader</tt><br>and <tt>isLValue</tt>).<br>I would really prefer some stylistic difference between variables and<br>types/functions. This is mostly a problem (for me) with local variables,<br>
where having some signifier of the locality helps me in reading it.<br><br>The most common style I have worked with is to use<br>under_score_separators for variables. Personally, I would advocate for<br>sharing this style with member variables as well, but those aren't as<br>
important to me when reading code.<br></span></div>