giada icon indicating copy to clipboard operation
giada copied to clipboard

Refactor Conf and Patch with Factories

Open gvnnz opened this issue 1 year ago • 0 comments

Currently both Conf and Patch classes read and write themselves through read and write methods. Let's follow the common existing pattern instead: add new ConfFactory and PatchFactory that take care of creation, serialization and so on.

gvnnz avatar Jul 31 '22 10:07 gvnnz