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
Recommend to invert the dependency relationship between a "Feature" object and the ORM implementation of that object. Would rather have the ORM depend on the model rather than the other way around (as it is now).
While I don't think it makes sense to abstract away the implementation completely, I think it will be helpful to reduce coupling with the ORM for most of the business logic.
The text was updated successfully, but these errors were encountered:
Recommend to invert the dependency relationship between a "Feature" object and the ORM implementation of that object. Would rather have the ORM depend on the model rather than the other way around (as it is now).
While I don't think it makes sense to abstract away the implementation completely, I think it will be helpful to reduce coupling with the ORM for most of the business logic.
The text was updated successfully, but these errors were encountered: