Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of actor registry and inject dependencies #9

Open
lostcontrol opened this issue May 18, 2018 · 0 comments
Open

Remove use of actor registry and inject dependencies #9

lostcontrol opened this issue May 18, 2018 · 0 comments
Assignees
Milestone

Comments

@lostcontrol
Copy link
Owner

At the moment, access to other actors are made using get_actor("ActorName"). This hides the dependencies between actors and will make the maintenance harder. However, we have at least one circular dependency that is solved with this solution and would require some more work to allow dependency injections into the constructors.

@lostcontrol lostcontrol added this to the Poupool 1.1 milestone May 18, 2018
@lostcontrol lostcontrol self-assigned this May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant