<div dir="ltr"><img src="cid:ii_14430aea9fc1fbb6" alt="Inline image 1"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 11, 2014 at 6:53 AM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 02/11/2014 02:17 AM, Richard A. O'Keefe wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Our message crossed.<br>
<br>
On 11/02/2014, at 12:13 PM, Loïc Hoguin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Indentation:<br>
<br>
myfunction(A, B, C,<br>
    D, E) -><br>
<br>
Alignment:<br>
<br>
myfunction(A, B, C,<br>
           D, E) -><br>
</blockquote>
<br>
I don't call that "alignment", I call that "evil".<br>
As far as I am concerned, one of the core rules of<br>
good indentation is<br>
  - the presence or absence of line breaks will<br>
    depend on the size of names and constants<br>
  - but the AMOUNT of indentation never will.<br>
<br>
Why?  Because indentation is supposed to reveal<br>
STRUCTURE, not spelling.<br>
</blockquote>
<br></div>
I agree. Unfortunately many people align there.<div class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I would write this as<br>
<br>
     my_function(<br>
         A, B, C, D, E<br>
     ) -><br>
</blockquote>
<br></div>
That certainly looks better.<div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
Loïc Hoguin<br>
<a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><a href="http://federicocarrone.com/" target="_blank">http://federicocarrone.com/</a><br></div>
</div>