<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Mon, May 6, 2013 at 9:25 PM, Mehmet Erol Sanliturk <span dir="ltr"><<a href="mailto:m.e.sanliturk@gmail.com" target="_blank">m.e.sanliturk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra">(1)<br><br>Instead of writing :<br><br>ConstructorInitializerAllOnOneLineOrOnePerLine <br>
<br><br>Use of underscores makes reading more easier :<br><br>Constructor_Initializer_All_On_One_Line_Or_One_Per_Line<br>
<br></div></div></blockquote><div><br></div><div style>I'd prefer to retain naming conventions used in the code, so that it's easier to track the usage of certain configuration parameters.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><br>(2)<br><br></div><div class="gmail_extra">Instead of using - ( dash ) , use of underscore as a separator between words allows use of variable parsing procedures to be used for parsing lines :<br>
<br><font face="courier new, monospace">"clang-format" as three tokens <br>
versus </font><font face="courier new, monospace"><br>"clang_format"</font>  as one token .<br></div></div></blockquote></div><br>
</div><div class="gmail_extra" style>"clang-format" is the name of the binary, so I'm not sure how your idea about tokens applies to it.</div></div>