<div dir="ltr">Previous discussion:<div><br></div><div><a href="https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151207/001393.html">https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151207/001393.html</a></div><div class="gmail_extra">
<br><div class="gmail_quote">On Sat, Feb 27, 2016 at 12:52 PM, Rudolf Adamkovic 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">+1 (as always) for replacing &quot;default&quot; with &quot;case _&quot;.<br>
<br>
It&#39;s consistent with other uses of &quot;_&quot;, teaches about the concept of &quot;_&quot;, simplifies the language vocabulary, frees &quot;default&quot; to be used as a case and it also looks better. :)<br>
<br>
R+<br>
<br>
Sent from my iPhone<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; On 27 Feb 2016, at 15:31, Ross O&#39;Brien via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Let&#39;s make this a topic of its own.<br>
&gt;<br>
&gt; As mentioned recently in the &#39;[Idea] Allowing most keywords after &quot;.&quot;&#39; thread, the &#39;default&#39; keyword is only used as a keyword in switch statements, where it&#39;s synonymous with &#39;case _:&#39;.<br>
&gt; It&#39;s also the kind of word which appears commonly in enums.<br>
&gt;<br>
&gt; So, why do we need to keep it as a keyword?<br>
&gt;<br>
&gt; Disadvantages: there would be some breaking of code, but a migration tool should have little difficulty replacing &#39;default:&#39; with &#39;case _:&#39; in all cases.<br>
&gt;<br>
&gt; Alternatives: replace &#39;default&#39; with &#39;else&#39;.<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; _______________________________________________<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/mailman/listinfo/swift-evolution</a><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>