You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we were to add another object store to the ObjectStore interface we would have to change code in the StoreManager class. This isn't ideal, but it is okay for now while we only have one implementation of the abstract ObjectStore. In the future, we might want to rewrite the StoreManager __init__ to include something like the below:
Currently, if we were to add another object store to the ObjectStore interface we would have to change code in the StoreManager class. This isn't ideal, but it is okay for now while we only have one implementation of the abstract ObjectStore. In the future, we might want to rewrite the StoreManager
__init__
to include something like the below:Where the
module_name
andclass_name
are passed via configuration. This would allow us to add new implementations more easily.The text was updated successfully, but these errors were encountered: