Sunday, July 29, 2007

Architectural Design Metrics

Fan-out indicates the number of functions a function calls. Modifying a function can result in the functions that are called by the modified function. (Source)

Structural Complexity of a module i is
S(i) = fan-out(i) * fan-out(i)

More example of fan out

No comments: