What is software architecture? What is the role of a software architect? How do you define software architecture? How do you share software architecture? How do you deliver software architecture?

Add a comment

 

Re: Code Metrics

I once compared Cyclomatic Complexity (CC) with Essential Complexity (EC), and found that EC was a better estimator of true complexity of functions. The problem with CC is that it gives a function containing just a long but absolutely trivial switch statement a high complexity number. EC does not.

More info here:

http://hissa.nist.gov/HHRFdata/Artifacts/ITLdoc/235/chaptera.htm

Mats

Re: Code Metrics


Title
Body
HTML : b, strong, i, em, blockquote, br, p, pre, a href="", ul, ol, li, sub, sup
Name
E-mail address
Website
Remember me Yes  No 

E-mail addresses are not publicly displayed, so please only leave your e-mail address if you would like to be notified when new comments are added to this blog entry (you can opt-out later).

Software architecture for developers