<div dir="ltr"><div>You should link to the proposal you&#39;ve written.</div><div><br></div>The only instances of semicolons at the end of the line I had in my code in the last months were placed there by mistake or when converting code from ObjC.<div>First thing I do when migrating ObjC code to Swift is to &quot;Find All&quot; -&gt; &quot;;&quot; -&gt; &quot;Replace With&quot; -&gt; &quot;&quot;</div><div><br></div><div>I&#39;m fine with allowing them only in C-style for loops and to separate multiple statements on the same line, so +1 :)</div><div>A migration can easily fix all of them at once.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 13, 2015 at 3:12 PM, João Nunes <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">Hi,<br>
<br>
I submitted a PR with a proposal to remove the swift end of line semicolons.<br>
<br>
It was rejected because i didn&#39;t discuss it here. So here i&#39;m discussing it :)<br>
<br>
My proposal is simple: remove the semicolons in the end of lines.<br>
It isn&#39;t needed and makes the code ugly.<br>
It must be decided wether to use it or not for every project we start in the coding style.<br>
<br>
What do you think?<br>
<br>
João Nunes<br>
<br>
<br>
Sent from my iPhone<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>
</blockquote></div><br></div>