<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 28, 2017 at 3:56 PM, Shmuel Melamud <span dir="ltr"><<a href="mailto:smelamud@redhat.com" target="_blank">smelamud@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<span class=""><br>
> Well, whenever I see:<br>
><br>
> class Foo {<br>
> int a;<br>
> void bar() {<br>
> }<br>
><br>
> }<br>
><br>
> it hurts my eyes because there's no symmetry - whitespace before class<br>
> declaration end, but no whitespace after class declaration start.<br>
<br>
</span>Yes. And the same in this case:<br>
<span class=""><br>
class Foo {<br>
<br>
int a;<br>
void bar() {<br>
}<br>
}<br>
<br>
</span>Personally I'd like to force this symmetry with checkstyle rules, but<br>
I know many don't agree with me ;)<br></blockquote><div><br><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">Well, I agree with you.<br><br>Some people don't care about stylistic issues, however with things like above enforced, it reduces the variance (e.g. related to whitespace usage) and consequently makes the code look more consistent.<br></div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Shmuel<br>
</font></span></blockquote></div><br></div></div>