[future] Add interfaces #2449
haringsrob
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there are not many interfaces used.
Interfaces can help improving the api stability between major releases.
The plan is to add interfaces to all public facing classes such as:
We need to add an interface for each of the traits we provide, for example in repository we can create the interface:
handlesMedias
and implement the traithandleMedias
Ideally we provide an upgrade path for this. Perhaps we can do this using rector?
Beta Was this translation helpful? Give feedback.
All reactions