Circular Dependencies

Find dependency cycles between modules and break them with layering, interface extraction, or dependency inversion. Use when imports form a loop that blocks compilation, isolated testing, or clear reasoning about load order.

Amey-Thakur 7460af3 2.5 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/code-quality/circular-dependencies commit 7460af3535

Frequently asked questions

npx skillmds@latest add amey-thakur/circular-dependencies