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
Why is the GraphAware\Reco4PHP\Persistence\DatabaseService needed? (source)
It works as a wrapper for the ClientBuilder. Wouldn't it be simpler to typehint for a ClientInterace directly. That would remove an unneeded abstraction layer.
The text was updated successfully, but these errors were encountered:
The initial idea was to make it compatible with other graph dbs in the future, but I completely forgot this idea. So yes it makes sense to just have a typhint on ClientInterface
Why is the GraphAware\Reco4PHP\Persistence\DatabaseService needed? (source)
It works as a wrapper for the
ClientBuilder
. Wouldn't it be simpler to typehint for aClientInterace
directly. That would remove an unneeded abstraction layer.The text was updated successfully, but these errors were encountered: