Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I still do not understand the concept of "Cyclomatic Complexity"?
Posted
Comments
Sergey Alexandrovich Kryukov 3-Oct-11 20:30pm    
Not a question.
--SA

This is best explained on Wikipedia Cyclomatic Complexity[^]
 
Share this answer
 
Comments
Reiss 3-Oct-11 3:43am    
Good link
Simon Bang Terkildsen 3-Oct-11 3:45am    
Thank you, Reiss :)
Anuja Pawar Indore 3-Oct-11 5:32am    
Good link thanks for sharing :)
Simon Bang Terkildsen 3-Oct-11 5:32am    
My pleasure
Sergey Alexandrovich Kryukov 3-Oct-11 20:31pm    
Best way to answer, my 5.
--SA
In layman's term "Cyclomatic Complexity" is how many branches your program has, these can be (methods, if statements, etc).

Obviously the more complexity then the more chance of bugs in the system and the harder it is to test every branch in the network of branches in your application.
 
Share this answer
 
Comments
Simon Bang Terkildsen 3-Oct-11 3:35am    
Good explanation.
Reiss 3-Oct-11 3:43am    
Good short answer
Mehdi Gholam 3-Oct-11 3:51am    
You gotta love laymen and their language. :)
Sergey Alexandrovich Kryukov 3-Oct-11 20:32pm    
Very nice short overview even covering some implications, my 5.
--SA
Mehdi Gholam 3-Oct-11 23:05pm    
Cheers, SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900