Failable initializers are great when you don&#39;t care what kind of error happened and can handle it locally and the same way for any error (for example by skipping an element).<br><br>I&#39;d be very sad to lose them.<br><div class="gmail_quote"><div dir="ltr">On Tue, Mar 8, 2016 at 10:26 AM Thorsten Seitz via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; Am 08.03.2016 um 11:07 schrieb Haravikk via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;:<br>
&gt;<br>
&gt; Just because someone opts to use error handling over a failable initialiser doesn’t mean they have to go overboard on the detail of their errors; it’s entirely possible to pick a reasonable middle-ground.<br>
<br>
And it is entitely possible to just use an optional. If you prefer to use error handling over failable initializers, fine, just do so, but don&#39;t force it on others who are perfectly happy with the option to use optionals, too.<br>
<br>
-Thorsten<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">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>
</blockquote></div>