<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><div>On Tue, Apr 19, 2016 at 3:29 PM, Dave Abrahams via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br></div></div></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class=""><br>
on Tue Apr 19 2016, Alan Skipp &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
<br>
&gt; I’d place the ability to omit parenthesises for single args in the same category<br>
&gt; as being able to omit `self` when accessing properties. They are small<br>
&gt; conveniences that make a large difference to an entire codebase.<br>
<br>
</span>Care to back that up with some measurements?  Take one of your projects<br>
and find the instances of “[^) ] *-&gt;”<br>
<br>
How many places in the code are affected, and how much worse is the result?<br></blockquote><div><br></div>Here&#39;s one data point: including a small handful of false positives, I found 74 results in a project with 33 Swift files.</div><div class="gmail_quote"><br></div><div class="gmail_quote">&quot;How much worse&quot; is hard to answer. It certainly wouldn&#39;t be the worst thing in the world to add parens, but I&#39;m not particularly compelled by the pro-() arguments in this thread.<div class="gmail_extra"><br clear="all"></div><div>Jacob</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<span class="im"><br>
&gt;     On 19 Apr 2016, at 15:49, Erica Sadun via swift-evolution<br>
&gt;     &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;     Apart from intuition and confusion, parentheses are used at call sites<br>
&gt;     and declarations. It seems out of line that they can be removed in types<br>
&gt;     but only in one degenerate case.<br>
&gt;<br>
&gt;     This goes against the Swift core design goal of consistency.<br>
&gt;<br>
&gt;     -- E<br>
&gt;<br>
</span><div class=""><div class="h5">&gt; _______________________________________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br>
--<br>
Dave<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</div></div></blockquote></div><br></div></div>