I suppose you all know what circular dependency is in the headlines. The result of this is usually the following:
error: "MyClass" was not declared in this area
If the program is short, then itβs clear what to do. But if the program has dozens of files ...
My question is, is there any algorithm to find circular addiction? "I mean some specific steps that lead you to success, and not just" study the code until you find it. "
Maybe some kind of program that does this?
source share