<div dir="ltr">I strongly prefer that things like properties and variables, even if they start with an acronym or initialism, start lowercase. When writing Objective-C, if I have a property or variable named just &quot;url&quot;, I always debate whether I should call it &quot;URL&quot; or &quot;url&quot;.<div><br></div><div>This will become even trickier once Foundation classes drop the NS* prefix, so we&#39;ll have a type named URL. In that case, what would you call a variable of the same time? Either &quot;url&quot;, or you come up with a more contrived name where maybe &quot;url&quot; would have been sufficient.</div><div><br></div><div>That&#39;s not the only example, but one of my projects is in the business of generating Swift code, and being able to predictably generate UpperCamel for types and lowerCamel for properties goes a long way toward avoiding collisions.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, May 19, 2016 at 10:15 AM Brandon Knope via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Do you have a particular reason? I don&#39;t think because it is a certain way in Objective-C means it must be that same way in Swift.<br>
<br>
Brandon<br>
<br>
Sent from my iPad<br>
<br>
&gt; On May 19, 2016, at 1:04 PM, Pavel Kapinos via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; SE-0005 &quot;Better Translation of Objective-C APIs Into Swift Proposal” in Proposed Solution # 6 &quot;Lowercase values&quot; suggests “to lowercase non-prefixed values whenever they are imported” with an example of URLHandler property becoming urlHandler. Being long time Cocoa developer, I object to this particular example and would like to suggest to keep capitalized any well known acronyms, like ASCII, PDF, URL etc. as they are now in Cocoa. Thank you!<br>
&gt;<br>
&gt; Cheers,<br>
&gt; Pavel.<br>
&gt; _______________________________________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div>