-1, not worth changing<br><br>On Saturday, 16 January 2016, Jens Persson via swift-evolution <<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>enum SomeEnum {</div><div> case Foo</div><div> case Bar</div><div> func demoDotAndNoDot() {</div><div> switch self {</div><div> case .Foo: print("This has the usual dot before the case name.")</div><div> case Bar: print("This has no dot, which is ok, at least in this particular context.")</div><div> }</div><div> }</div><div>}</div><div><br></div><div>I'm just throwing this out in case someone should feel like writing a formal proposal to remove the dotless form.</div><div><br></div><div><div>I'd be ok with removing it since it only works in some specific contexts. </div></div><div><br></div><div>/Jens</div><div><br></div><div><br></div></div>
</blockquote><br><br>-- <br> -- Howard.<br><br>