I agree; use notEquals, greaterThan, lessThan

'different' is ambiguous - does it mean notSame or notEquals?

On 17 September 2016 at 16:57, Gary Gregory <garydgreg...@gmail.com> wrote:
> JUnit makes the distinction between "same" for the same object and "equals"
> and calling equals(), maybe this would help here.
>
> http://junit.org/junit4/javadoc/4.12/org/junit/Assert.html
>
> Gary
>
> On Sep 17, 2016 7:52 AM, "Benedikt Ritter" <brit...@apache.org> wrote:
>
>> Hi,
>>
>> LANG-1134 introduced new methods to Validate. I'm not fond of the API as is
>> currently is. Here are my concerns:
>>
>> - When comparing numeral values usually we talk about greaterThan and
>> lessThan. The new API in Validate uses "smaller" and "greater"
>> - we have a method called "different" which checks that two reference are
>> not equal to each other. Who about calling that notEquals?
>>
>> Regards,
>> Benedikt
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to