<div style="white-space:pre-wrap">I&#39;m saying something else. The preposition that goes with &quot;less&quot; is &quot;than,&quot; while &quot;to&quot; goes only with &quot;equal.&quot; By making &quot;to&quot; a parameter label you&#39;ve got {less than or equal} to, which is inelegant because the label cannot be distributed to both parts--i.e. one cannot say &quot;less than to or equal to.&quot;<br><br>Put another way, I could just as well rewrite the method as `equalToOrLess(than:)`. Now, the parameter is labeled &quot;than&quot; instead of &quot;to,&quot; yet the parameter serves the same purpose. Thus, I argue that the proposed method name may meet the letter of the Swift guidelines but is awkward.<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Apr 20, 2016 at 14:44 Dave Abrahams 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"><br>
on Tue Apr 19 2016, Xiaodi Wu &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
<br>
&gt;  * What is your evaluation of the proposal?<br>
&gt;<br>
&gt; +1 in intent. Specifics require further refinement. For example:<br>
&gt;<br>
&gt; Internal inconsistencies in capitalization:<br>
&gt; * `signalingNaN` but `isSignalingNan` and `isNan`<br>
&gt;<br>
&gt; Parameter labels, or whatever they&#39;re called now, do not reflect newly<br>
&gt; adopted Swift syntax in SE-0046:<br>
&gt; * `static func maximum(x: Self, _ y: Self) -&gt; Self` should be `static<br>
&gt; func maximum(_ x: Self, _ y: Self) -&gt; Self`, etc.<br>
&gt;<br>
&gt; Infelicitous use of prepositions to conform superficially to new<br>
&gt; naming guidelines:<br>
&gt; * `isEqual(to:)` is fine, but for consistency there&#39;s<br>
&gt; `isLessThanOrEqual(to:)`, which is not fine, because the preposition<br>
&gt; &quot;to&quot; applies only to &quot;equal&quot; and not to &quot;less than&quot;<br>
<br>
That seems like a huge stretch to me.  Are you claiming it&#39;s wrong to<br>
say “x is less than or equal to y,” or are you saying something else?<br>
<br>
--<br>
Dave<br>
<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>