Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0M6
-
None
-
All.
Description
The Ordering class currently takes booleans to indicate ascending/descending and case sensitive/insensitive. When reading the code, it is impossible to know what "true" and "false" actually mean unless you are familiar with the API. Update the class to use descriptive enums instead of boolean flags.