<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 class="">Thanks, Doug.</div><div class=""><br class=""></div>Sure, I see it now more clear in the light of NS prefix being dropped. Still, I am not quite convinced by your example as it is "on purpose”, while URLHandler is a real thing. But I guess, old habits die hard. Have a good day!<div class=""><br class=""></div><div class="">Cheers,</div><div class="">Pavel.<br class=""><div class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 19, 2016, at 3:14 PM, Douglas Gregor &lt;<a href="mailto:dgregor@apple.com" class="">dgregor@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Verdana; font-size: 18px; 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=""><blockquote type="cite" class=""><div class=""><br class="Apple-interchange-newline">On May 19, 2016, at 2:01 PM, charles--- 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=""><div dir="auto" class=""><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><font class=""><span class="" style="background-color: rgba(255, 255, 255, 0);">Well known acronym capitalization is pervasive in Cocoa APIs and as a result it enables fast and easy comprehension and writing a good quality code.</span></font></blockquote></div><div class=""><br class=""></div><div class="">I could reply "they are confusing because they look like class names and clearly cause a higher number of errors in code.”&nbsp;</div></div></div></blockquote><div class=""><br class=""></div><div class="">FWIW, this became an actual problem in practice with the introduction of SE-0069 (<a href="https://github.com/apple/swift-evolution/blob/master/proposals/0069-swift-mutability-for-foundation.md" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0069-swift-mutability-for-foundation.md</a>), which bridges “NSURL” to a value type “URL”, so</div><div class=""><br class=""></div><div class="">&nbsp; var URL: URL</div><div class=""><br class=""></div><div class="">becomes an actual, practical problem that consistent lowerCamelCasing of values avoids.</div><div class=""><br class=""></div><div class=""><br class=""></div><span class="Apple-tab-span" style="white-space: pre;">        </span>- Doug</div><div style="font-family: Verdana; font-size: 18px; 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 class=""><blockquote type="cite" class=""><div class=""><div dir="auto" class=""><div class=""><br class=""></div><div class="">My *actual* view is that both forms cause problems, so it doesn't much matter which we go with.&nbsp;</div><div class=""><br class=""><div class="">Sent from my iPhone</div></div><div class=""><br class="">On May 19, 2016, at 1:30 PM, Pavel Kapinos &lt;<a href="mailto:kapinos@twobytesoftware.com" class="">kapinos@twobytesoftware.com</a>&gt; wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class=""><span class="">Hi Charles,</span><br class=""><span class=""></span><br class=""><span class="">Thank you for your feedback! But we are not talking here bad or good names per se. Well known acronym capitalization is pervasive in Cocoa APIs and as a result it enables fast and easy comprehension and writing a good quality code. IMO it is quite important for future preservation in Swift 3. Have a good day!</span><br class=""><span class=""></span><br class=""><span class="">Cheers,</span><br class=""><span class="">Pavel.</span><br class=""><span class=""></span><br class=""><blockquote type="cite" class=""><span class="">On May 19, 2016, at 1:20 PM,<span class="Apple-converted-space">&nbsp;</span><a href="mailto:charles@charlesism.com" class="">charles@charlesism.com</a><span class="Apple-converted-space">&nbsp;</span>&lt;<a href="mailto:charlesism.com@gmail.com" class="">charlesism.com@gmail.com</a>&gt; wrote:</span><br class=""></blockquote><blockquote type="cite" class=""><span class=""></span><br class=""></blockquote><blockquote type="cite" class=""><span class="">I don't believe there's a correct answer here. Both urlHandler and URLHandler are bad names (for instances). Since we're stuck with camelCase, bad names are a fact of life.</span><br class=""></blockquote></div></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=""><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a></div></blockquote></div></div></blockquote></div><br class=""></div></div></div></body></html>