hashery
hashery copied to clipboard
Use a Base Class with Callbacks
Simplify overall design by basing all hash classes on a base hash class that supports a variety of callbacks to make all the other variations possible.
This has been accomplished via the CRUDHash. However there are still a few classes that need the treatment.