Skip to content

Fix terrible use of inheritance

Matt Clarke requested to merge fix_terrible_use_of_inheritance into main

There is some crazy-ass inheritance in ExtensibleDataset where it inherits from ChunkedDataset. For the sake of understandability, I have replaced the inheritance with composition.

Merge request reports