Skip to content

Modularize MainModule #418

@cwbriones

Description

@cwbriones

I'm filing this issue because the MainModule just reached 1k+ lines, I had to add a linter exception for it.

Since MainModule encapsulates all DI bindings for the application, it has grown extremely large and somewhat difficult to navigate.

We should modularize the bindings by domain and install them from within the MainModule. Things should also keep package boundaries neat since nobody other than the domain-specific module should have to import the xxx.impl packages.

Examples: AlertModule, ReportingModule, RollupModule

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