+1 from me. As an aside: there is a lot of discussion about this sort of thing in the API guideline threads.<br><br>On Tuesday, 9 February 2016, Vanderlei Martinelli via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The “send” button was pressed before I finish the message, I’m sorry.<div><br></div><div>Continuing:</div><div><br></div><div>With</div><div><br></div><div><span style="font-size:13px"><font face="monospace, monospace">func myOtherMethod(_ something: AnyObject)</font></span><br></div><div><span style="font-size:13px"><font face="monospace, monospace"><br></font></span></div><div><span style="font-size:13px"><font face="monospace, monospace"><br></font></span></div><div><font face="arial, helvetica, sans-serif">Regards,</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">-Van</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 8, 2016 at 7:54 PM, Vanderlei Martinelli <span dir="ltr">&lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;vmartinelli@alecrim.com&#39;);" target="_blank">vmartinelli@alecrim.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello.<div><br></div><div>I think this was discussed before somewhere and I do not know what the conclusion was, but since we have this in the documentation:</div><div><br></div><div><font face="monospace, monospace">func addSubview(_ view: UIView)</font><br></div><div><br></div><div>And we have to write this:</div><div><br></div><div><font face="monospace, monospace">func addSubview(view: UIView)</font><br></div><div><br></div><div><br></div><div>Why we can not stay with the first one that is more consistent? The impact is to replace declarations like:</div><div><br></div><div><br></div><div><font face="monospace, monospace">func myMethod(something something: AnyObject)</font></div><div><br></div><div>With</div><div><br></div><div><font face="monospace, monospace">func myMethod(something: AnyObject)</font></div><div><br></div><div><br></div><div>And replace:</div><div><br></div><div><font face="monospace, monospace">func myOtherMethod(something: AnyObject)</font></div><div><br></div><div>With</div><div><br></div><div>func myOtherMethod(_ somethings: AnyObject)</div><div><br></div></div>
</blockquote></div><br></div>
</blockquote><br><br>-- <br>  -- Howard.<br><br>