Hoi, ich muss in einem Projekt die Fan-Out Complexity reduzieren.
Erlaubt ist ein Wert bis zu 30 und es treten Werte bis 64 auf...
In erster linie werden die hohen Werte durch Interface Klassenvariablen erreicht (weiß nich tob ich mich so richtig ausdrücke )
Code kann ich euch leider nicht hier posten aber falls nähere Beschreibungen notwendig sind werden die folgen.
Vll. hat jmd. shcon damit zu tun gehabt und weiß wie man Fan-Out Comlexity auflösen kann.
Ich habe auch erst nur eine Definition gefunden für dieses Problem:
"Fan-in/fan-out. For any module M, the fan-in of M is the count of the modules that call M plus the number of global data elements. The fan-out of M is the count of modules called by M plus the number of global data elements altered by M. "
Gruß
Joda
Erlaubt ist ein Wert bis zu 30 und es treten Werte bis 64 auf...
In erster linie werden die hohen Werte durch Interface Klassenvariablen erreicht (weiß nich tob ich mich so richtig ausdrücke )
Code kann ich euch leider nicht hier posten aber falls nähere Beschreibungen notwendig sind werden die folgen.
Vll. hat jmd. shcon damit zu tun gehabt und weiß wie man Fan-Out Comlexity auflösen kann.
Ich habe auch erst nur eine Definition gefunden für dieses Problem:
"Fan-in/fan-out. For any module M, the fan-in of M is the count of the modules that call M plus the number of global data elements. The fan-out of M is the count of modules called by M plus the number of global data elements altered by M. "
Gruß
Joda