DeltaRCM / pyDeltaRCM

Delta model with a reduced-complexity approach
https://deltarcm.org/pyDeltaRCM/
MIT License
18 stars 11 forks source link

Add example for subclassing with multiple behaviors in the same hooks #251

Open amoodie opened 2 years ago

amoodie commented 2 years ago

We need to add an example for how to set up a subclass with multiple behaviors. Could just include some arbitrary behavior like multiple print statements to demonstrate how this works.

This should include a description that this is the best-practice for adding multiple behaviors rather than subclassing a subclass.