<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, May 20, 2016 at 1:16 PM, Matthew Johnson via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class=""><br>
&gt; On May 20, 2016, at 12:41 PM, Chris Lattner &lt;<a href="mailto:clattner@apple.com">clattner@apple.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On May 20, 2016, at 7:26 AM, Matthew Johnson &lt;<a href="mailto:matthew@anandabits.com">matthew@anandabits.com</a>&gt; wrote:<br>
&gt;&gt;&gt; (For instance, a perhaps controversial opinion: I think `dynamicType` is properly capitalized for the syntactic slot it&#39;s in. That&#39;s not to say I think we should *keep* `dynamicType`, but simply that `foo.dynamicType` is more appropriate than `foo.dynamictype` would be.)<br>
&gt;&gt;<br>
&gt;&gt; +1.  &#39;foo.dynamictype&#39; seems strange to me.<br>
&gt;<br>
&gt; foo.dynamicType is broken for other reasons.  I see x.dynamicType as being a named operator (like sizeof) and not a property.  For example, we don’t want .dynamicType to show up in code completion on every value in the universe (&quot;4.dynamicType”, really?).<br>
&gt;<br>
&gt; That argues that it should be spelled as dynamicType(x), and ideally being a standard library feature instead of a keyword.<br>
<br>
</span>That makes sense.  It never crossed my mind until now, but given that `sizeof` is a standard library feature why isn’t it camel case `sizeOf`?  Is this a case of “term of the art”?<br></blockquote><div><br></div><div>See: <a href="http://thread.gmane.org/gmane.comp.lang.swift.evolution/15830/">http://thread.gmane.org/gmane.comp.lang.swift.evolution/15830/</a></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div class=""><div class="h5"><br>
&gt;<br>
&gt; -Chris<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">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>
</div></div></blockquote></div><br></div></div>