-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi.
We are looking into introducing Boundary into our project, but the task of solving all the warnings would be too long and daunting. We managed to set everything up for a small app in the umbrella, but the main app is rather big and organized in a way that there is a lot of mixing of what should be several distinct boundaries. As Boundary works right now, it would probably require adding tons of boundaries with many dependencies and disabling checks a lot, which defeats the purpose. It is too strict. A gradual approach would be preferred.
We would prefer to start from the bottom up, refactoring smaller sections of the code and using Boundary for any new features, and work our way up until the top module can be a boundary. For that, I think the best way would be to have the option not to warn on un classified modules so we can include Boundary in parts of the app.
What do you think? Is that something that could be included?
Thanks.