Skip to content

Rethink inheritance

  • a subclass should only add one functionality
  • keep instance of baseloader instead of inheriting or overwrite given methods (transform, bin, etc)
Edited by Carl Magnus Meier