2 Matching Annotations
  1. Oct 2020
    1. How to fix nasty circular dependency issues once and for all
    2. In the many projects I have maintained so far, sooner or later I always run into the same issue: circular module dependencies. Although there are many strategies and best practices on how to avoid circular dependencies. There is very little on how to fix them in a consistent and predictable way.