<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="">Hi Dave,<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 13, 2016, at 11:37, <a href="mailto:davesweeris@mac.com" class="">davesweeris@mac.com</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class="">&nbsp;Ok, so… what if “where” clauses in the “inheritance" section forced all the initializers to be failable, and there was an implicit “if !(where clause) { return nil }” inserted at the end of every initializer? It’d cut down on boilerplate code, and it’d tell whomever was looking at the public interface two things: 1) That all the initializers had “universal precondition”, and 2) exactly what that universal precondition is.&nbsp;</div></div></div></div></blockquote><div><br class=""></div><div>Interesting. &nbsp;Yes, I had been thinking strictly from the compile time point of view, but something like this on runtime side could provide a lot of benefit too.</div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">*Yes, I know you can use will/didSet to roll back the changes if the new value fails some validation check. I can’t figure out a way to get those to throw errors, though, nor is there currently a way to have subscript() throw an error (somebody’s already filed a radar about that). Since there’s no way to alert the programmer that the assignment they just performed might not stick, this seems like a colossally bad idea (for general code, anyway… obviously if it works in your specific situation, then go for it).</div></div></div></blockquote><br class=""></div><div>Without having thought about it too much, I wonder if the new&nbsp;<a href="https://gist.github.com/jckarter/50b838e7f036fe85eaa3" class="">behaviors proposal</a>&nbsp;could be helpful here somehow. &nbsp;Perhaps this type of validation check could be implemented as a behavior.</div><div><br class=""></div><div>Matt</div><div><br class=""></div><br class=""></div></body></html>