<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="">
I regularly work with Linux and am quite comfortable with case sensitive file systems, but I wouldn’t ever use the same name differing only in case in the same directory. To me, file names or variable names should be meaningful independent of case. Of course,
 with the language we have the convention on using cases that imply what something is. That is a good thing. For me, the case is used more often to add clarity of meaning than to resolve different entities with the same name except for case. Using “Self” and
 “self” is certainly consistent with the language rules and naming convention, but not something I think should be encouraged.
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Apr 21, 2016, at 1:10 AM, L Mihalkovic &lt;<a href="mailto:laurent.mihalkovic@gmail.com" class="">laurent.mihalkovic@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">I couldn't understand for a moment why people would think that “Self&quot; versus &quot;self” is confusing.. and then I remembered that Apple does not (by default) distinguish file names with different casing in the filesystem… I think we either educate
 people or we keep them ignorant in the name of their best interest. Apple seem to regularly choose the bottom end. I hope after 40 years someone will decide it is time to look forward and embrace Self</div>
<br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Apr 21, 2016, at 3:14 AM, Brent Royal-Gordon 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="">
<blockquote type="cite" class=""><font class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">1) “Self&quot; differs from “self” by just the first letter being capitalized. Regardless of case, it is confusing for the terms “self” or “Self” or
 “SELF” to mean different things from within the same context.</span></font></blockquote>
<div class=""><br class="">
</div>
What, you've never done things like this?</div>
<div class=""><br class="">
</div>
<div class="">let page = Page()</div>
<div class="">let document = Document(pages: [page])</div>
<div class=""><br class="">
</div>
<div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">let account = Account(oAuthToken: token)</span></div>
<div class="">account.addDocument(document)</div>
<div class=""><br class="">
<div class="">--&nbsp;</div>
<div class="">Brent Royal-Gordon</div>
Sent from my iPhone</div>
<div class=""><br class="">
</div>
</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><br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>