Move out PackageStore::release()
from PackageStore
#136
Labels
datamodel
Changes related to the Datamodel
priority::low
Please dont work on this if you can contribute something with a higher priority
type::refactoring
Changing the inner-workings of buffrs
type::style
Related to personal or community opinions
Milestone
The
PackageStore
has only one responsibility: that is storing packages. As such, it "owns" the data insideproto/vendor
. It should not really be responsible for releasing packages.For that reason, we should move out the logic for releasing packages into a separate module, perhaps the
Package
module.The text was updated successfully, but these errors were encountered: