Some Code Statistics for Broadchoice Workspace
Now that the Broadchoice Workspace has been officially released, I thought I'd post a quick entry with some code statistics. I ran the codebase through a line counting tool that gives a breakdown by file, folder, language, etc. We all know that lines of code is not a very good way to judge quality or effort, but it is still interesting in a general way. This is only lines of code, all blank lines and comments were excluded:
- Total Lines of Code: 50,125
- Total Files: 633
- Lines of MXML: 10,784
- Lines of ActionScript: 12,675
- Lines of CFML: 7,730
- Lines of Groovy: 8,878
- Lines of XML: 1,757
- Lines of CSS, HTML, JavaScript, etc.: 7,612
- Lines of SQL: 1,089
- Lines excluded as comments or blank: 15,778
