To check the complexity of an architecture, what could a programmer use
1
Expert's answer
2020-04-08T13:38:26-0400
To check the complexity of an architecture, a programmer could use the McCabe essential complexity metrics or compute the cyclomatic complexity using the control flow graph.
Comments
Leave a comment