• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Does anyone know where I can find data on Software Complexity

Alkesh

Golden Member
Preferably using the most common measures of software complexity. I would imagine if you graph it, it would be an exponential function.
 
Unless you canactually define what "software complexity" means, you won't get any useful information.

As far as number of lines of code - lines per what? File? Program? If it's a program, does a DLL define a separate program from an EXE?

You really need to say jsut what it is that you're looking for.
 
Get a copy of "Code Complete" from the bookstore or library.

The book itself won't have the data for you, but it has an amazing bibliography.
 
Back
Top