Skip to content

Modular Monoliths, Encapsulation and production use #7

@antunesleo

Description

@antunesleo

I'm an enthusiast of modular monoliths and I'm currently studying tools to help it's implementation in python. Keep the modules isolated for each other in python is a challenge since there's nothing preventing anyone from doing importing private/internal stuff and as the code base is maintained by different teams with engineers from different levels, encapsulation violations is inevitable . IMO, a tool to enforce module encapsulation is necessary to not transform a modular monolith in a big ball of mud. Nicely I've found this promising repo. 🙌

Are you guys using this in production projects? Are you implementing ideas from modular monoliths in these projects?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions