On Wed, Aug 28, 2019 at 4:29 PM Daniel Kinzler dkinzler@wikimedia.org wrote:
Subclassing should be very limited anyway, and even more limited across module boundaries [...]
This is a solution I'd love to see explored. Subclassing is now considered harmful, and it would be possible to refactor existing cases to use interfaces, traits, composition, etc.
-Adam