The complexity of the complex

Robbo

Well-known member
So I found this feature in my IDE that allows me to see a diagram of all the classes in an APP. So I decided to do it for the XenForo library. Then I thought hey, maybe some people don't understand how much code, design and thought goes into making a big app like XenForo. This image shows the complexity of the complex quite well.

diagram.png
 
And because I was wondering how many lines....

/library/XenForo/
827 text files.
827 unique files.
0 files ignored.

http://cloc.sourceforge.net v 1.55 T=10.0 s (82.7 files/s, 16360.2 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
PHP 827 20219 38872 104511
 
Must be just me, still just whitespace. Very weird because it knows an image is there.
Not just you :) I don't see anything either. Could be that the white image is the method of showing how complex it is... that complex you can't put it into an image ;)
 
It is a fairly big image which might cause some issues. Make sure you clear your cache. I should change it to jpg but too tired to right now.
 
The image is over 31,000 pixels wide, hence the issues related to displaying it correctly in a browser.
 
Top Bottom