This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U72MA62M3V0
Hello! I stumbled into this community doing research on modular monoliths. We’re trying to break up our application into smaller modules to enhance the developer experience. Right now it’s a mess when we’re implementing new functionality and with a growing team it’s time to do something about it!
Do you know any repositories that use a modular approach with packs and packwerk I can take a look at for inspiration?
It’s a playground repository that @santib <@U711F1XFOWZ> <@U70KITP2Z77> have been using to try different approaches and tools for implementing modular monoliths in Rails.
It’s not a real world application, but it might still be useful as an example I guess
I already found this one but thank you for chipping in! It’s definitely useful as an example. I was wondering if there was a larger and more mature application I could use