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
Factories should be closer to the object that it is created. This is will help in understanding the code as one does not have to navigate to the Container folder.
Refactor all the factories in Container to the folder of the object that they are creating. For example, LmcRbac\Container\RoleServiceFactory should be refactored to LmcRbac\Role\RoleServiceFactory.
Have the original factory extend the new factory and mark it as deprecated
Update ConfigProvider to use the new factories
The text was updated successfully, but these errors were encountered:
Factories should be closer to the object that it is created. This is will help in understanding the code as one does not have to navigate to the
Container
folder.Container
to the folder of the object that they are creating. For example,LmcRbac\Container\RoleServiceFactory
should be refactored toLmcRbac\Role\RoleServiceFactory
.ConfigProvider
to use the new factoriesThe text was updated successfully, but these errors were encountered: