Small thing - but I am wondering if placing EqualTo at the top of the ValueComparisonsenum list might be helpful?
I found it might be more intuitive to default to EqualTo than SmallerThan.
I think the overall order will still make sense reorder this way for users - @alelom what do you think?
Small thing - but I am wondering if placing
EqualTo
at the top of theValueComparisons
enum
list might be helpful? I found it might be more intuitive to default toEqualTo
thanSmallerThan
.I think the overall order will still make sense reorder this way for users - @alelom what do you think?