giada
giada copied to clipboard
Refactor Conf and Patch with Factories
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.