Skip to content

Remove use of actor registry and inject dependencies #9

@lostcontrol

Description

@lostcontrol

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions