<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>I will add one thing here that I don't think has been mentioned, which is code completion in Xcode.</div><div><br></div><div>Frequently, I use "self." to see what methods/properties are available to me on the current object. If I am working on a project where implicit self is preferred (as suggested by a number of style guides), going back and removing these self references is unfortunate.</div><div><br></div><div>Also reading further in the thread I realize that the issue mention below was addressed. Furthermore, perhaps "strongly" in favor is not quite right. I could deal with the status quo.</div><div><br></div><div>Tyler</div><div><br>On Dec 21, 2015, at 3:43 AM, Tyler Cloutier via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div></div><div>I'm strongly in favor of the proposal, but I too think the proposal is missing balance. I'd really like to see all the points for and against laid out in one place, so they can be weighed appropriately.</div><div><br></div><div>Tyler</div><div><br>On Dec 16, 2015, at 12:13 PM, Nick Shelley via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Also, the "community responses" section only lists the positive community responses, when the actual community discussion seemed to be more of an even split (if not more people opposed). That's just more evidence that at least this particular proposal is blatantly and purposefully one-sided in its representation of the community's input.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 16, 2015 at 1:09 PM, Nick Shelley <span dir="ltr">&lt;<a href="mailto:nickmshelley@gmail.com" target="_blank">nickmshelley@gmail.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 dir="ltr"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-size:12.8px">All of the prior swift-evolution commentary on this proposal (which is nearing the 100-message mark) will also be considered, of course!</span></blockquote><div><br></div></span><div>It is my opinion that the proposal should encapsulate as much of that discussion as possible so every reviewer doesn't have to read every comment in that thread. The current proposal is wildly one-sided and seems to only reflect the opinion of its author and those who agree with the proposal. I created a Pull Request (<a href="https://github.com/apple/swift-evolution/pull/59" target="_blank">https://github.com/apple/swift-evolution/pull/59</a>, still not merged and no comments as to why) to more fairly represent the single counter-argument pointed out in the proposal, but others in the mailing list expressed concern that none of the other downsides of the proposal are represented at all.</div><div><br></div><div>Is my (and others') desire to have the proposal contain an accurate representation of the main points of the community discussion off base? Is the main purpose of the proposal to be a sales pitch for an idea, even if it includes building up and tearing down straw-man versions of the arguments brought forth by the opposition? I'm asking with sincere curiosity because I can't seem to find a good description of the purpose of the proposal in my research of how the evolution process works.</div><div><br></div><div>Thanks in advance for clarifying these points for me.</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 16, 2015 at 11:58 AM, Douglas Gregor 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"><div style="word-wrap:break-word">All of the prior swift-evolution commentary on this proposal (which is nearing the 100-message mark) will also be considered, of course!<div><br></div><div><span style="white-space:pre-wrap">        </span>- Doug<br><div><br><div><blockquote type="cite"><div><div><div>On Dec 16, 2015, at 10:55 AM, Douglas Gregor via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br></div></div><div><div><div><div style="word-wrap:break-word">Hello Swift community,<div><br><div>The review of “Require self for accessing instance members” begins now and runs through Sunday, December 20th. The proposal is available here:</div></div><div><br></div><div><span style="white-space:pre-wrap">        </span><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0009-require-self-for-accessing-instance-members.md" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0009-require-self-for-accessing-instance-members.md</a></div><div><br></div><div><div>Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at</div><div><br></div><div><span style="white-space:pre-wrap">        </span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a></div><div><br></div><div>or, if you would like to keep your feedback private, directly to the review manager.</div><div><br></div><div>What goes into a review?</div><div><br>The goal of the review process is to improve the proposal under review through&nbsp;constructive criticism and, eventually, determine the direction of Swift. When&nbsp;writing your review, here are some questions you might want to answer in your&nbsp;review:<br><br><div><span style="white-space:pre-wrap">        </span>*&nbsp;What is your evaluation of the proposal?<br></div><div><span style="white-space:pre-wrap">        </span>*&nbsp;Is the problem being addressed significant enough to warrant a change to&nbsp;Swift?<br></div><div><span style="white-space:pre-wrap">        </span>*&nbsp;Does this proposal fit well with the feel and direction of Swift?<br></div><div><span style="white-space:pre-wrap">        </span>*&nbsp;If you have you used other languages or libraries with a similar feature, how do&nbsp;you feel that this proposal compares to those?<br></div><div><span style="white-space:pre-wrap">        </span>*&nbsp;How much effort did you put into your review? A glance, a quick reading, or&nbsp;an in-depth study?<br></div><br></div><div>More information about the Swift evolution process is available at</div><div><br></div><div><span style="white-space:pre-wrap">        </span><a href="https://github.com/apple/swift-evolution/blob/master/process.md" target="_blank">https://github.com/apple/swift-evolution/blob/master/process.md</a></div><div><br></div><div><span style="white-space:pre-wrap">        </span>Cheers,</div><div><span style="white-space:pre-wrap">        </span>Doug Gregor</div><div><span style="white-space:pre-wrap">        </span>Review Manager</div></div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=XbU4wxnU83GyR7TGhOdBtBOchMF7PYvaYPXWDKda2ffqX-2BT18BxAwYLO-2BpcXBRy5XplLrZqRUgm2BTqTYbF-2FCRM0sp6as2nRXCfOll-2BwWZl1e3uzq-2FA7SZ2AlxwHWsBP82ja8YjdgkPtsOLlkWfXRCkIvATzzCE6vfTL2j8n0ywCQu7leMBb3iCJJNCl6vqlM-2BLvplDbi2Z-2BA6jxEdbrj-2B0KHLY0d-2FINL-2BM-2B2BpszbM-3D" alt="" width="1" height="1" border="0" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
</div></div></div>
_______________________________________________<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" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br></div></blockquote></div><br></div></div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=Kyo40-2Fb6mK7qqe0u18o4nlmNW45gwtJGUNOsveb6UxNlmQ70vEobGW8cEvZqY4Lr0hxEVzgHCh7jrzLXV1TDuTefWYny7UXOvubmKqtrqkLnbU7qkN3Z1HNrbt9-2FKOs5nrnH6xfJOl1qXjrrKtQije6iGtU5jHkBezuHiVkY1Vevk3o0Dgm6T-2BZsl1y4RYz1dGhxKlSsLS-2BUI2JkmEjILSpidQueD918LGH8aF9ZtRk-3D" alt="" width="1" height="1" border="0" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
</div>
<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>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=DOmV4Qxg-2B1XOnX4CfTyH3sCllXs7myBcgXMCpdkqNW27Zc-2BI-2B-2Fs9aLjUf3LYXl8MkB8W4S2xrkkG3qWAkBuK03CRgmqICGBZ3WmKa1j2KedraaJVC2F0A-2BCinTekpbCvfOmi4G-2FodWJ7aHu7RLrLAIRj0ClKfSm8sC5Fnl2s2KWgRREbe8f1Eo5HpImYorgQpn5iJnU-2FuKQ4ie8dg4x-2F5HmVgjdKCkbX04agNpof3oM-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;">
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=DOmV4Qxg-2B1XOnX4CfTyH3sCllXs7myBcgXMCpdkqNW1lcRLJBrPmDW2tNe6vq9PWXsZsuicOcUYLq1C2n7voLcPjGi4MHvOX-2BVoQnim91iGR5jUFpipgvWbOM-2FaBgimPRbdHC841W8A1ZouVPPGpv-2FduMffl5QXMkmTsD7ttABZe4gsAbKTIIuxGMz-2FgpsRF9k1NZh1H6hloKNxBqeLkzDQ7LLvAsbniKcwtFACNkEY-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;">

</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote></body></html>