YAGNI
A simple utility method is often appropriate when a concept does not currently require its own class. Over-engineering by giving every concept an abstraction creates unnecessary clutter. Lazy classes commonly arise from developers anticipa…
1 sources - 4 claims
A simple utility method is often appropriate when a concept does not currently require its own class. Over-engineering by giving every concept an abstraction creates unnecessary clutter. Lazy classes commonly arise from developers anticipating future needs that do not materialize.