microsoft / TiltInteractionForMobileVisualization
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 14 files with 6,032 lines of code.
    • 2 very long files (3,345 lines of code)
    • 1 long files (700 lines of code)
    • 4 medium size files (1,423 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (338 lines of code)
    • 5 very small files (226 lines of code)
55% | 11% | 23% | 5% | 3%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
js63% | 0% | 26% | 6% | 3%
css0% | 100% | 0% | 0% | 0%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src55% | 0% | 33% | 9% | 2%
public98% | 0% | 0% | 0% | 1%
public/css0% | 100% | 0% | 0% | 0%
src/data0% | 0% | 73% | 0% | 26%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
chart.js
in src
1912 21
bubblesets.js
in public
1433 126
mobubble.css
in public/css
700 -
index.js
in src
443 10
carousel.js
in src
377 11
sandbox.js
in src
328 7
studyData.js
in src/data
275 -
countrySelector.js
in src
183 7
globals.js
in src
155 8
annotationList.js
in src/data
99 -
circlefit.js
in src
68 3
app.js
in root
26 1
index.html
in public
26 -
initTasks.js
in src
7 1
Files With Most Units (Top 10)
File# lines# units
bubblesets.js
in public
1433 126
chart.js
in src
1912 21
carousel.js
in src
377 11
index.js
in src
443 10
globals.js
in src
155 8
countrySelector.js
in src
183 7
sandbox.js
in src
328 7
circlefit.js
in src
68 3
app.js
in root
26 1
initTasks.js
in src
7 1
Files With Long Lines (Top 9)

There are 9 files with lines longer than 120 characters. In total, there are 271 long lines.

File# lines# units# long lines
studyData.js
in src/data
275 - 192
chart.js
in src
1912 21 48
bubblesets.js
in public
1433 126 9
mobubble.css
in public/css
700 - 7
countrySelector.js
in src
183 7 5
index.js
in src
443 10 5
carousel.js
in src
377 11 2
annotationList.js
in src/data
99 - 2
index.html
in public
26 - 1