<div dir="ltr">Agreed, make it easier.<div style>To prevent &quot;obfuscation of the code&quot;, what about adding a separate commit that would fix the alignment.</div><div style>Jc</div></div><div class="gmail_extra"><br>

<br><div class="gmail_quote">On Fri, Feb 1, 2013 at 4:26 PM, Cory Quammen <span dir="ltr">&lt;<a href="mailto:cquammen@cs.unc.edu" target="_blank">cquammen@cs.unc.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I second Matt&#39;s opinion. Alignment of the typedefs makes it much<br>
easier to find a particular typedef visually.<br>
<br>
Cory<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Feb 1, 2013 at 4:06 PM, Matt McCormick<br>
&lt;<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>&gt; wrote:<br>
&gt; Hi Hans,<br>
&gt;<br>
&gt; I am of the opinion that the alignment makes the code easier to read.<br>
&gt; The emphasis may or may not be correct, but my eyes can pass over an<br>
&gt; aligned section much quicker and understand than one that is not.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Matt<br>
&gt;<br>
&gt; On Fri, Feb 1, 2013 at 5:36 PM, Johnson, Hans J &lt;<a href="mailto:hans-johnson@uiowa.edu">hans-johnson@uiowa.edu</a>&gt; wrote:<br>
&gt;&gt; Hello ITK community,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;d like to take a poll about your feelings regarding an ITK style decision<br>
&gt;&gt; that has been in place for a very long time.<br>
&gt;&gt;<br>
&gt;&gt; The ITK style guide states that all typedefs that are on adjacent lines MUST<br>
&gt;&gt; be justified the same.  While I think that this is often a good practice,<br>
&gt;&gt; this rule also obfuscates the code sometimes, and it makes unnecessary<br>
&gt;&gt; changes in code that is unrelated to the line of code in question (for<br>
&gt;&gt; example, if an internal type name is renamed to better represent the code,<br>
&gt;&gt; the 10 typedefs around that one also need to change).<br>
&gt;&gt;<br>
&gt;&gt; As a side note, the &quot;Clean Code&quot; book advices against such alignement as it<br>
&gt;&gt; emphasizes a relationship between the elements in a column. It should<br>
&gt;&gt; instead emphasize the relationship between the elements in a row (when you<br>
&gt;&gt; look at those lines, it&#39;s usually to know what is the type of the variable<br>
&gt;&gt; -&gt; horizontal relationship).<br>
&gt;&gt; This also has 2 practical limitations:<br>
&gt;&gt; - when the variable type or name are long too long that it reach the number<br>
&gt;&gt; of characters per line.<br>
&gt;&gt; - adding a new type with a name longer than the existing forces all the<br>
&gt;&gt; other rows to be changed, which adds noise into the history.<br>
&gt;&gt;<br>
&gt;&gt; NOTE:  Making this change in style policy will NOT require any code to be<br>
&gt;&gt; changed.  It does allow more flexibility in the future.<br>
&gt;&gt;<br>
&gt;&gt; ============================<br>
&gt;&gt; Please respond to this message so that a historical record of this proposals<br>
&gt;&gt; pro&#39;s/con&#39;s can be recorded on the mailing list.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Hans<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; =================================================================<br>
&gt;&gt; Hans J. Johnson, Ph.D.<br>
&gt;&gt; Assistant Professor, Department of Psychiatry<br>
&gt;&gt;<br>
&gt;&gt; Mailing Address:<br>
&gt;&gt; W274 GH                             Email: <a href="mailto:hans-johnson@uiowa.edu">hans-johnson@uiowa.edu</a><br>
&gt;&gt; 200 Hawkins Drive                   Phone: <a href="tel:%28319%29%20353%208587" value="+13193538587">(319) 353 8587</a><br>
&gt;&gt; The University of Iowa<br>
&gt;&gt; Iowa City, IA 52242<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ________________________________<br>
&gt;&gt; Notice: This UI Health Care e-mail (including attachments) is covered by the<br>
&gt;&gt; Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential<br>
&gt;&gt; and may be legally privileged.  If you are not the intended recipient, you<br>
&gt;&gt; are hereby notified that any retention, dissemination, distribution, or<br>
&gt;&gt; copying of this communication is strictly prohibited.  Please reply to the<br>
&gt;&gt; sender that you have received the message in error, then delete it.  Thank<br>
&gt;&gt; you.<br>
&gt;&gt; ________________________________<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; <a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Cory Quammen<br>
Research Associate<br>
Department of Computer Science<br>
The University of North Carolina at Chapel Hill<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>+1 919 869 8849<br>
</div>