Open dantleech opened 8 years ago
We have:
DocumentManager DocumentManagerIntertace Events\AbstractDocumentManagerContextEvent DocumentManagerContext DocumentManagerRegistry DocumentManagerRegistryInterface
This should similar to (as an example, it will require more thought)
ManagerInterface Manager\Context Manager\Registry Manager\DocumentManager Events\AbstractManagerContextEvent.php
This would allow for easier future expansion, e.g. the proposed DocumentManagerContextAccessorInterface name is far too long.
DocumentManagerContextAccessorInterface
I'd prefer rather long names than having naming collisions. A ManagerInterface can be quite a lot, and it will not always be clear based on fragment of code you'll see.
ManagerInterface
We have:
This should similar to (as an example, it will require more thought)
This would allow for easier future expansion, e.g. the proposed
DocumentManagerContextAccessorInterface
name is far too long.