|
|
|
|
|
by saynsedit
3601 days ago
|
|
With all due respect, digit-wise MIN seems like an unnecessary abstraction in same vein as AbstractManagerFactoryFactory. If the abstraction doesn't have generally applicable higher-level properties, it's probably not worth abstracting. After all, bit-wise AND is only one of 16 possible two-argument bit functions. Shall we create a digit analog for all 16 of them? |
|
Given that, looking at decimal digit-wise AND under that lens isn't about introducing a new abstraction, it's about applying an existing abstraction to a new domain.