<div dir="ltr">I agree with the sentiment of the proposal, it does add value to overall efficiency of swift and make things simpler for the swift team, but as Matthew said a blanket ban will add noise to the code. Also this particular feature is one of those niceties about swift which makes it very welcoming to new adopters.<div><br></div><div>If some middle ground can be proposed to this problem then I think we will be making a lot of people happy.<br><div class="gmail_extra"><br><div class="gmail_quote">On 7 April 2017 at 18:31, Matthew Johnson 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><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
&gt; On Apr 7, 2017, at 2:21 AM, Daniel Duan via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi all,<br>
&gt;<br>
&gt; In a discussion about inferring parameter types from default value, Slava brought up some performance problems caused by type inference for stored properties in side types:<br>
&gt;<br>
&gt; <a href="https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170313/033882.html" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>pipermail/swift-evolution/<wbr>Week-of-Mon-20170313/033882.<wbr>html</a><br>
&gt;<br>
&gt; Towards the end, the post mentioned that some Swift team members contemplated requiring types for stored properties in type declarations. I think this idea deserves some more attention. Hence this last minute idea-floating.<br>
&gt;<br>
&gt; In addition to solving a performance headache in implementation, there&#39;re always the general benefit of making type declartion more explicit and readable (clarity for reader should out-weigh pleasure of the author). Making the<br>
&gt; language slightly more consistent (we are not inferring types for default parameter values in function anyways).<br>
&gt;<br>
&gt; The cons for doing this are obvious too: the inference makes the language feels more friendly and is, undoubtedly, a beloved feature for many. This would be a source breaking change.<br>
&gt;<br>
&gt; Just thought I&#39;d float the idea to gather some quick reaction. What do y&#39;all think?<br>
<br>
</span>I’m willing to keep an open mind on this topic but I don’t think wholesale banning of inference is the right thing to do.  Here is an example of a case where I do not want to give up inference.  When a property is initialized inline by calling an initializer of a non-generic type (very common) any annotation is strictly redundant.<br>
<br>
struct {<br>
    let foo = Foo()<br>
}<br>
<br>
Requiring a type annotation here feels very unnecessary and boilerplate-y.  I adds no additional clarity to a reader of the code, only noise.  Noise reduces clarity.  Small amounts of unnecessary or redundant information such as in an individual stored property declaration are not that big a deal.  But on balance they add up quickly and have an undesirable impact on the overall clarity of code.<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; Daniel Duan<br>
&gt; ______________________________<wbr>_________________<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/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
<br>
______________________________<wbr>_________________<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/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font color="#999999" size="2" face="georgia, serif"><i>Pranshu Goyal</i></font><div><font color="#999999" size="2" face="times new roman, serif"><i>iOS Developer</i></font></div><div><font color="#999999" size="2" face="times new roman, serif"><i>tlkn</i></font></div></div></div>
</div></div></div>