<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 15, 2016 at 3:51 PM, Michael Ilseman <span dir="ltr">&lt;<a href="mailto:milseman@apple.com" target="_blank">milseman@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><div>You would want a class-level `dynamic` that would also implicitly apply to any subclasses? This feels a little different than how Swift normally chooses defaults, could you elaborate more on why or if there’s anything else in the language analogous to this?</div></div></div></blockquote><div><br></div><div><div>I&#39;m not entirely sure how it should behave to be honest. Having the `dynamic` version of `final` would be a nice feature though. Since final stops inheritance as well, it could be considered as influencing the entire class hierarchy! I think this could be a large lever and effect the entire hierarchy, or a smaller lever and just effect the declaration. I was thinking that it would influence all the subclasses as well.</div><div> <br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><div>I’m not familiar enough with these kinds of bugs. Kevin, do you think the existing behavior aligns with or runs counter to safe-by-default?</div></div></div></blockquote><div><br></div><div>It&#39;s interesting hearing this called &#39;safe by default&#39;. To me it&#39;s unsafe by default since you can use KVO and it can compile and not work, and only 1 paragraph in the Swift book, or experience will teach you this.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><span class="gmail-"><div><br></div></span><div>That’s a very thoughtful and informative post, thank you for writing it! I haven’t read the whole thing, but relevant to this, here are a couple tweaks:</div></div></div></blockquote><div><br></div><div>Thanks for the feedback! I&#39;m going to update the post soon and will add that to the list. </div></div><br></div></div>