<div dir="ltr">On Mon, Jul 18, 2016 at 3:27 AM, Brent Royal-Gordon 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 class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">&gt; On Jul 17, 2016, at 8:57 PM, L. Mihalkovic via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; On Jul 17, 2016, at 9:14 PM, Garth Snyder via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Is there a summary somewhere of the motivation for allowing methods to be declared non-overridable within open classes?<br>
&gt;<br>
</span><span class="">&gt; Because 1) someone woke up one morning and thought it would be great 2) it goes into the direction of making swift a language for non programmers 3) the core team wants it<br>
<br>
</span>Laurent: This is not a fair characterization of the actual position of the proposal&#39;s supporters. If you can&#39;t be civil about this topic, perhaps you shouldn&#39;t be discussing it at all.<br>
<br>
Garth: I think it&#39;s implicit in the reasons to prevent subclassing. The mere fact that a class allows subclassing doesn&#39;t necessarily mean that every member in it is designed to be subclassed. Consider `UIViewController`: It&#39;s obviously designed to be subclassed, and some methods in it (such as `loadView`) are intended to be overridden, but others (such as `loadViewIfNeeded`) are *not* intended to be overridden.</blockquote><div><br></div><div>And [if UIViewController were to be written in Swift] there&#39;d be a good reason why `loadViewIfNeeded` and others of its ilk couldn&#39;t be final? </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Brent Royal-Gordon<br>
Architechies<br>
</font></span><div class="HOEnZb"><div class="h5"><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>