rdrn
-
04:23:35 am on August 26, 2010 |
Right Deal Right Now platform is quite big. A few days ago we run analyzed code complexity using a tool from http://www.locmetrics.com/ and were surprised how big the project has grown. The entire code base including iPhone, Android and Symbian S60 client, the backend, frontend and relational database scripts comprises 3190 files! The total number of physical executable lines of code (SLOC-P) is almost 300,000 lines. SLOC-P subtracts all comments and blank lines.
Symbol
Count
Source Files
3190
Directories
1184
Lines of code (LOC)
392784
Blank Lines of Code (BLOC)
53728
Physical Executable Lines of Code (SLOC-P)
290483
Logical Executable Lines of Code (SLOC-L)
155218
McCabe VG Complexity (MVG)
29690
Code and Comment Lines of Code (C&SLOC)
3055
Comment Only Lines of Code (CLOC)
48573
Commentary Words (CWORD)
247319
Header Comment Lines of Code (HCLOC)
6932
Header Commentary Words (HCWORD)
26585
The project break down is shown below.
In the next blog post, we will talk about Right Deal Right Now’s architecture & design, how we enable fault tolerance, redundancy, backup, monitoring and more. Stay tuned.
Advertisement