<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, Mar 25, 2016 at 4:57 PM Brent Royal-Gordon 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">&gt; I honestly still think &quot;public, internal, private, local&quot; is a better taxonomy.. It&#39;s true that &quot;internal&quot; and &quot;private&quot; aren&#39;t automatically ordered relative to each other (and maybe not even &quot;local&quot;), but they&#39;re all adjectives (unlike &quot;module&quot; and &quot;file&quot;), and they&#39;re not awkward to read or to use in conversation. But both the core team and the list disagree, mainly because (a) it aligns &#39;private&#39; more closely with other languages, and (b) if you&#39;re not thinking about it, more restrictive is better than less. (Both of which I agree are good ideas.)<br>
<br>
If we&#39;re not married to &quot;private&quot; being the most private access level, I think there is a word that implies more privacy than &quot;private&quot;: &quot;secret&quot;. Something that&#39;s private is often still shared with trusted people, but something that&#39;s secret is very carefully protected indeed. &quot;Three may keep a secret, if two of them are dead.&quot;<br>
<br>
So then our four access levels would be:<br>
<br>
* public<br>
* internal<br>
* private<br>
* secret<br></blockquote><div><br></div><div>I can support that and do like the word &#39;secret&#39;. I am fine with keeping &#39;private&#39; the same as it currently is even if it different from other languages (since it already does).</div><div><br></div><div>-Shawn</div></div></div>