Circular dependencies
Absolutely not. Circular dependencies are a indication of bad design. I don’t mean to be harsh. There are some ways out of this. 1) You can refactor common code to another project, say Project#0 2) You can fix your design, which is probably the way to go. Uncle Bob has a good article on Packaging … Read more