sandstone
sandstone copied to clipboard
More conventional score method names
Many of the current names are very unnatural to type and to read.
These should be renamed:
-
greaterOrEqualThan
->greaterThanOrEqualTo
-
lowerOrEqualThan
->lessThanOrEqualTo
-
lowerThan
->lessThan
-
equalTo
->equals
-
multipliedBy
->times
-
modulo
->mod
-
moduloBy
->modBy
Any of the last four could be aliases instead if that's preferable to renaming. The first three are completely unnatural phrasings though.
I agree that the 4 last should be aliases, for consistency mostly.