memo_wise icon indicating copy to clipboard operation
memo_wise copied to clipboard

Avoid defining methods unless needed

Open JacobEvelyn opened this issue 3 years ago • 0 comments

Similar to how we only define inherited when we need it, we should only define initialize and allocate where needed.

It would also be nice to do this for reset_memo_wise and preset_memo_wise as well—we don't always need them on both the class and instance level.

JacobEvelyn avatar Nov 22 '21 20:11 JacobEvelyn