Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Utils classes are an anti-pattern.
Why? Because they do too much for a single abstraction, often so much that it is unclear what they do. As indicated in the vagueness of the name, even their programmer often does not exactly know what they do.
((We could make everything a partial Utils class. Or not.))