Ooh that may have been the approach for my sister comment about circular deps. Thanks for the insight.
The solution for me would be make new libraries (without circle) and migrate old code to reference them. Instead of pulling old code into the new libraries with the circular deps coming with them
Comments
Ooh that may have been the approach for my sister comment about circular deps. Thanks for the insight.
The solution for me would be make new libraries (without circle) and migrate old code to reference them. Instead of pulling old code into the new libraries with the circular deps coming with them
You could also just remove the circular deps first?
You could. Probably a lot of work! You are also fighting against new code going in adding more. Splitting into modules prevents this.