aws-samples / aws-augmentability
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 15 files with 2,516 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (774 lines of code)
    • 1 medium size files (312 lines of codeclsfd_ftr_w_mp_ins)
    • 8 small files (1,137 lines of code)
    • 5 very small files (293 lines of code)
0% | 30% | 12% | 45% | 11%
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
js0% | 72% | 0% | 24% | 2%
css0% | 0% | 69% | 30% | 0%
html0% | 0% | 0% | 73% | 26%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
lib0% | 72% | 0% | 24% | 2%
style0% | 0% | 69% | 30% | 0%
ROOT0% | 0% | 0% | 73% | 26%
Longest Files (Top 15)
File# lines# units
main.js
in lib
774 50
webcam-demo.css
in style
312 -
f-hear-speak-translate.html
in root
196 -
webcam-easy.js
in lib
163 14
f-see-text.html
in root
160 -
f-see-document.html
in root
160 -
styles.css
in style
136 -
f-conversation.html
in root
115 -
index.html
in root
106 -
aws-signature-v4.js
in lib
101 13
f-hear-speak.html
in root
96 -
f-see-objects.html
in root
71 -
f-see-text-nav.html
in root
49 -
f-see-document-nav.html
in root
49 -
audioUtils.js
in lib
28 1
Files With Most Units (Top 4)
File# lines# units
main.js
in lib
774 50
webcam-easy.js
in lib
163 14
aws-signature-v4.js
in lib
101 13
audioUtils.js
in lib
28 1
Files With Long Lines (Top 11)

There are 11 files with lines longer than 120 characters. In total, there are 44 long lines.

File# lines# units# long lines
main.js
in lib
774 50 7
index.html
in root
106 - 6
f-hear-speak-translate.html
in root
196 - 6
f-see-text.html
in root
160 - 5
f-see-document.html
in root
160 - 5
f-see-objects.html
in root
71 - 5
f-conversation.html
in root
115 - 4
styles.css
in style
136 - 2
f-hear-speak.html
in root
96 - 2
aws-signature-v4.js
in lib
101 13 1
webcam-demo.css
in style
312 - 1