-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels