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
We should consider adding a package containing interfaces only. It would simplify dependency graph and in certain scenarios drastically reduce the necessary dependencies.
At the same time, it could make it a bit less straightforward to inspect the codebase and find the interface of interest when it's no longer located in the same module with the implementation.
We should discuss pros and cons and decide if we want to have this package
The text was updated successfully, but these errors were encountered:
We should consider adding a package containing interfaces only. It would simplify dependency graph and in certain scenarios drastically reduce the necessary dependencies.
At the same time, it could make it a bit less straightforward to inspect the codebase and find the interface of interest when it's no longer located in the same module with the implementation.
We should discuss pros and cons and decide if we want to have this package
The text was updated successfully, but these errors were encountered: