<div dir="ltr">Sorry, but I&#39;m going to have to disagree with you on this one.<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 10, 2016 at 2:26 PM, Erica Sadun <span dir="ltr">&lt;<a href="mailto:erica@ericasadun.com" target="_blank">erica@ericasadun.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 style="word-wrap:break-word"><span><div><blockquote type="cite"><div>On Jun 10, 2016, at 3:22 PM, Austin Zheng via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br><div><div dir="ltr"><div>So, instead of:</div><div><br></div><div><div>@available(*, unavailable, renamed:&quot;someNewAPI()&quot;)</div><div>public func someOldAPI() -&gt; Int { fatalError() }</div></div><div><br></div><div>You can just have:</div><div><br></div><div><div>@available(*, unavailable, renamed:&quot;someNewAPI()&quot;)</div><div>public func someOldAPI() -&gt; Int</div></div><div><br></div><div>The intent is, in my opinion, clearer for the latter and it feels less kludgy.</div></div></div></blockquote></div><br></span><div><div>You ask, we answer. I&#39;d much prefer spelling out <font face="Menlo">{ fatalError(&quot;unavailable API&quot;) }</font>. </div><div>It makes the code clearer to read, to maintain,</div></div></div></blockquote><div><br></div><div>The member is marked as &quot;unavailable&quot; in the @available annotation. I don&#39;t see how adding a fatalError() in the body makes it any clearer or easier to read.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div> it produces debug and runtime errors. etc.</div></div></div></blockquote><div><br></div><div>I&#39;m not sure how you can even compile code that uses an API marked as &quot;unavailable&quot;, given that using such an API causes the compiler to error.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div> I think </div><div>this is an example where concision is overrated.</div><span><font color="#888888"><div><br></div><div>-- E</div><div><br></div><br><div><blockquote type="cite"></blockquote></div></font></span></div></div></blockquote></div><br></div></div>