Closed haitrec closed 4 years ago
Nice work. I like it. My main concern is only the dependency injection. I would like to have a factory class (Maybe make PPCP the factory). And set all the objects that should be injected in a PPCP.init()
. This way we can get rid of the .getInstance()
foo.
Closes #19 (actual persistent database is not active yet, but an equivalent in-memory db; that can be changed via setting a flag on database construction; see DatabaseAccess and PersistentDatabase classes)