Avoiding circular dependencies
Sep 26, 2023 · 6 min read · A circular dependency is when two pieces of code (files, classes, functions, etc) need each other to work (they're typically bad practice since they make code too intertwined). We rarely intentionally add circular dependencies, but they often arise a...
Join discussion



