-
Enhancement
-
Resolution: Fixed
-
P4
-
22
-
b09
The methods in the Comparators class are all of the form `make---Comparator`.
The `make` prefix is somewhat misleading since each comparator is lazy-initialized just once and a singleton instance returned.
The methods should be renamed, perhaps by removing the initial `make` word.
The `make` prefix is somewhat misleading since each comparator is lazy-initialized just once and a singleton instance returned.
The methods should be renamed, perhaps by removing the initial `make` word.