<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 7, 2013 at 3:51 AM, Alexander Kornienko <span dir="ltr"><<a href="mailto:alexfh@google.com" target="_blank">alexfh@google.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"><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>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></blockquote><div><br><br><br> </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">
</div><div class="gmail_extra">"clang-format" is the name of the binary, so I'm not sure how your idea about tokens applies to it.</div></div>
</blockquote></div><br><br></div><div class="gmail_extra">Dash separated names are used in many documents , file names , etc. <br><br></div><div class="gmail_extra">When these documents are searched , parts are appearing as different words .<br>
<br></div><div class="gmail_extra">Thank you very much .<br><br></div><div class="gmail_extra">Mehmet Erol Sanliturk<br><br><br></div><div class="gmail_extra"><br></div></div>