<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’m along the lines of keeping the old behavior+warnings if “oldValue” is used for “newValue” and vice versa. Nonbreaking, and removes the issue of accidentally swapping the two.<br class=""><div class="">
<br class="Apple-interchange-newline"><span style="color: rgb(0, 0, 0); font-family: 'SF UI Text'; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Saagar Jha</span><br style="color: rgb(0, 0, 0); font-family: 'SF UI Text'; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="color: rgb(0, 0, 0); font-family: 'SF UI Text'; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="color: rgb(0, 0, 0); font-family: 'SF UI Text'; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Dec 3, 2016, at 7:33 PM, Derrick Ho via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">I believe Erica's point about RIGHT NAMES ONLY is the most clear.  While a block-like syntax using $0 is nice, it fails to communicate whether it is a newvalue or an oldvalue.<br class=""><br class="">Therefore instead of following a block-like pattern it should follow a delegate-function like pattern.  This would remove the ambiguity that $0 or name changing would present.<br class=""><br class=""><br class="">set (newValue: TheType) {<br class="">    let a = newValue<br class="">}<br class=""><br class="">didSet (oldValue: TheType) {<br class="">    let b = oldValue<br class="">}<br class=""><br class=""></div></blockquote><div><br class=""></div><div>Hmm, why do we need “TheType”? Is this not conveyed by the actual property’s declaration?</div><br class=""><blockquote type="cite" class=""><div class=""><br class=""><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Sat, Dec 3, 2016 at 10:06 PM Erica Sadun via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<br class=""></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" class="gmail_msg"><div class="gmail_msg">[Original pitch:&nbsp;<a href="https://gist.github.com/erica/f5c58c689a6f479606c6158077c1962b" class="gmail_msg" target="_blank">https://gist.github.com/erica/f5c58c689a6f479606c6158077c1962b</a>]</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">GENERAL FEEDBACK</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I received a gratifying amount of feedback about my pitch here, on Twitter,&nbsp;</div><div class="gmail_msg">through email, on several Slack channels, and on IRC. I wanted to summarize&nbsp;</div><div class="gmail_msg">the feedback, to start a new round of discussion.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">* A majority of respondents believe the current feature is incorrectly designed&nbsp;</div><div class="gmail_msg">&nbsp; and that this is our best opportunity to change it.</div><div class="gmail_msg">* A majority of respondents disagree on *how* it should be changed.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg"><div class="gmail_msg">Before I commit to the (non-trivial) effort of pushing on this, I'd like to know if any&nbsp;</div><div class="gmail_msg">of the core team can chime in on the "preferred" design. Thank you.</div></div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">BUG REPORT</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">The notion that the compiler should check for&nbsp;`set(oldValue)`, `willSet(oldValue)`,&nbsp;</div><div class="gmail_msg">and `didSet(newValue)` and emit warnings or errors had pretty much &nbsp;universal</div><div class="gmail_msg">support. I have submitted <a href="https://bugs.swift.org/browse/SR-3310" class="gmail_msg" target="_blank">https://bugs.swift.org/browse/SR-3310</a>&nbsp;to address</div><div class="gmail_msg">this, regardless of whether the syntax changes or not.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">MENTIONING NAMES</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">A majority of respondents prefer that argument names always be mentioned,&nbsp;</div><div class="gmail_msg">whether or not they *can* be omitted. Consensus is that it's unSwifty</div><div class="gmail_msg">to use pre-built `newValue` and `oldValue` arguments without mentioning</div><div class="gmail_msg">them first.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">* The current system violates the principle of clarity.&nbsp;</div><div class="gmail_msg">* It adds too much magic (<a href="https://en.wikipedia.org/wiki/Magic_(programming))" class="gmail_msg" target="_blank">https://en.wikipedia.org/wiki/Magic_(programming))</a>&nbsp;</div><div class="gmail_msg">&nbsp; at the point of use.&nbsp;</div><div class="gmail_msg">* It is inconsistent with the binding of variable names in closures.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">My original design, which I chose to provide the least impact on the compiler and&nbsp;</div><div class="gmail_msg">existing code, was the least popular option.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">PREFERRED DESIGN</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">The most popular design is that setters and property observers follow closures</div><div class="gmail_msg">syntax, &nbsp;namely that the old value and new value arguments be passed as $0,&nbsp;</div><div class="gmail_msg">and assignable using `name in`. Under this design, a setter looks like:</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">```</div><div class="gmail_msg">set { newValue in ... } // or</div><div class="gmail_msg">set { somethingElse in ... } // or</div><div class="gmail_msg">set { use $0 here }</div><div class="gmail_msg">```</div><div class="gmail_msg">Swift loses the "magic" newValue and oldValue, but any developer who</div><div class="gmail_msg">normally prefers to mention the name before use has a simple, visible</div><div class="gmail_msg">and easy way to retain that clarity.&nbsp;</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">* Mirrors closure syntax</div><div class="gmail_msg">* Easy to use</div><div class="gmail_msg">* Loses magic names</div><div class="gmail_msg">* Encourages documenting names in context</div></div></blockquote></div></div></blockquote><div><br class=""></div><div>Feels kind of “off”, since with closures the number represents a positional argument, but here the number has no value other than to match with closure syntax.</div><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">"NO CHANGE"</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">The second most popular design is "leave things as they are" (but implement the bug</div><div class="gmail_msg">report.) Developers with good style habits will use mandatory `newValue` and `oldValue`</div><div class="gmail_msg">names in their setter and observer declarations. No proposal is needed, and the bug</div><div class="gmail_msg">report guards against potential errors.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I would appreciate knowing whether the core team feels that the support for "no change",</div><div class="gmail_msg">even from a smaller group of developers, disqualifies this issue from the high bar of Phase 1.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">(This group also included the most developers who self-reported that they did not</div><div class="gmail_msg">&nbsp;use the override feature.)</div></div></blockquote></div></div></blockquote><div><br class=""></div><div>+1 provided bug report is considered.</div><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">REMOVING OVERRIDES</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">A third design entirely loses the ability to override variables or mention their names.&nbsp;</div><div class="gmail_msg">This was in fact my *original* original design that I did not submit after sufficient&nbsp;</div><div class="gmail_msg">devs told me they wanted to always spell out magic argument names.&nbsp;</div></div></blockquote></div></div></blockquote><div><br class=""></div><div>-1, keeping “newValue” and “oldValue” is too restrictive, both in the case that there is another property with these names (causing potential confusion with self.newValue/self.oldValue), and in the case that the developer has a better description for the value.</div><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">RIGHT NAMES ONLY</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Finally, the least popular design is my original pitch. (Only allow the "right" names,</div><div class="gmail_msg">and allow them to be omitted.) This design has the least impact on the language,&nbsp;</div><div class="gmail_msg">causes the least breaking for most use-cases, and allows most pro coders to continue</div><div class="gmail_msg">using the "mention all names" approach.</div></div></blockquote></div></div></blockquote><div><br class=""></div><div>See above, but this design is a bit less source breaking, at the expense of being less consistent.</div><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">UPDATING PROPOSAL</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I am happy to update the proposal for the "closure-like" design. I believe there *was*</div><div class="gmail_msg">reasonable consensus that the current system is out of step with Swift's design goals</div><div class="gmail_msg">to push forward. However, I want this to go through another round of feedback.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Thank you in advance for your comments. If this does move forward to a proposal, it</div><div class="gmail_msg">must be discussed and decided in the first phase of Swift 4 as the change *is* breaking.</div></div><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">-- Erica</div></div><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg"><br class="gmail_msg"></div><br class="gmail_msg"><div class="gmail_msg"><blockquote type="cite" class="gmail_msg"><div class="gmail_msg">On Dec 1, 2016, at 10:22 PM, Derrick Ho &lt;<a href="mailto:wh1pch81n@gmail.com" class="gmail_msg" target="_blank">wh1pch81n@gmail.com</a>&gt; wrote:</div><br class="m_-6865028387290304174Apple-interchange-newline gmail_msg"><div class="gmail_msg">I like this proposal!<br class="gmail_msg"><br class="gmail_msg">+1<br class="gmail_msg"><br class="gmail_msg"></div></blockquote></div><br class="gmail_msg"></div>_______________________________________________<br class="gmail_msg">
swift-evolution mailing list<br class="gmail_msg">
<a href="mailto:swift-evolution@swift.org" class="gmail_msg" target="_blank">swift-evolution@swift.org</a><br class="gmail_msg">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="gmail_msg">
</blockquote></div>
_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></blockquote></div><br class=""></body></html>