rohan843 / dnncase

GNU General Public License v3.0
1 stars 0 forks source link

The `Delta` Class #19

Closed rohan843 closed 1 year ago

rohan843 commented 1 year ago

We have to implement a class for actual storage and manipulations of changes. We have been referring to the changes as Deltas.

A Delta should be able to store what was changed, have reference to any deleted object (to prevent garbage collection), should be conjugatable (for an undo, for example), and should have an in-build method to apply it to its object, incase the Delta is specifying any changes to an object.