Skip to content

The architecture may leak state. #86

Description

@sukei

The project relies heavily on static properties to share data between components. The main issue with this architecture is that the entire system is stateful, which can lead to state leakage. Shouldn’t we consider re-architecting this part to use a dependency injection container instead?

Additionally, some pieces of logic are encapsulated in traits that have little to no chance of ever being reused. I believe these traits should be removed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions