You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I root caused #1 I realized that there's some unintuitive behavior in the way the tool is presented.
When I first started using the tool I was very surprised to find that a call to is-even is not checking whether {value} === "even" but instead operates entirely in the space is mathematical parity.
Perhaps the server should be renamed to is-even-number or perhaps you could rename the current tool to is-even-number and the is-even tool could be changed to better reflect its behavior?
The text was updated successfully, but these errors were encountered:
After I root caused #1 I realized that there's some unintuitive behavior in the way the tool is presented.
When I first started using the tool I was very surprised to find that a call to
is-even
is not checking whether{value} === "even"
but instead operates entirely in the space is mathematical parity.Perhaps the server should be renamed to
is-even-number
or perhaps you could rename the current tool tois-even-number
and theis-even
tool could be changed to better reflect its behavior?The text was updated successfully, but these errors were encountered: