<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=""><div><blockquote type="cite" class=""><blockquote type="cite" class=""><div class="">Btw: I wouldn't oppose a proposal to allow changing conventions like this (there are at least two other discussions about the best default) on a per module/file basis — as long as the "local" effect of the setting isn't vital, there shouldn't be a problem with customizing.</div></blockquote></blockquote><blockquote type="cite" class=""><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: 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="">I would really be opposed to this. &nbsp;It would not be clear when reading code what it actually means. &nbsp;Copy and paste would also be problematic for similar reasons. &nbsp;Flags should not change the semantics of a piece of code.</span></div></blockquote></div>That's what I meant with "local effect":<div class="">For an algorithm, it doesn't matter wether it's implemented in a final or non-final method, or if it produces warnings that don't happen with different compiler flags; and even if you copy whole files from other people with a different opinion on sane defaults, the worst thing to happen in the case of final is an error when you try to override something that is not explicitly marked as non-final.</div><div class="">Imho that's nothing compared to the hoops we had to jump through when ARC was introduced — and the alternatives are either arguing forever or deciding to annoy a part of the community.</div><div class="">Additionally, as soon as you change the default behavior, the same problems arise…</div><div class=""><br class=""></div><div class="">Best regards,</div><div class="">Tino</div></body></html>