<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="">Strong +1, with some nitpicks to enclosed example:<div class=""><br class=""></div><div class="">I disagree that NSNotificationCenter’s returned token should be ignored without warning—this goes against the patterns I’ve seen in programming Cocoa the last 27 years, where needing to unregistering for notifications when an object is unloaded is more common than registering once and leaving it for the lifetime of the app.</div><div class=""><br class=""></div><div class="">For instance, if you have an NSViewController, you would register for notifications in your ‘loadView()’ or ‘awakeFromNib()’ method, or possibly you’d register with your superview (or enclosing scrollView) in ‘viewDidMoveToSuperview(_)', and it’d be very poor form to not store the notification’s handle and unregister later when the view was removed / deallocated. There are very few objects in a program that are 100% persistent throughout the life of the app — sandbox apps with a single window may have some, but those are the exception.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class=""><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="font-family: HelveticaNeue; white-space: pre;">        </span><span style="font-family: HelveticaNeue;" class="">• What is your evaluation of the proposal?</span></div><div class=""><br class=""></div><div class="">Yup.</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="font-family: HelveticaNeue; white-space: pre;">        </span><span style="font-family: HelveticaNeue;" class="">• Is the problem being addressed significant enough to warrant a change to Swift?</span></div><div class=""><br class=""></div><div class="">Yup.</div><div class=""><br class=""><span class="Apple-tab-span" style="font-family: HelveticaNeue; white-space: pre;">        </span><span style="font-family: HelveticaNeue;" class="">• Does this proposal fit well with the feel and direction of Swift?</span></div><div class=""><br class=""></div><div class="">Yup.</div><div class=""><br class=""><span class="Apple-tab-span" style="font-family: HelveticaNeue; white-space: pre;">        </span><span style="font-family: HelveticaNeue;" class="">• If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?</span></div><div class=""><br class=""></div><div class="">Nope.</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="font-family: HelveticaNeue; white-space: pre;">        </span><span style="font-family: HelveticaNeue;" class="">• How much effort did you put into your review? A glance, a quick reading, or an in-depth study?</span><br style="font-family: HelveticaNeue;" class=""></div><div class=""><span style="font-family: HelveticaNeue;" class=""><br class=""></span></div><div class=""><font face="HelveticaNeue" class="">Quick reading, but I’ve&nbsp;been programming for a while now and thought about the issue.</font></div></div></div></body></html>