aws-samples / observability-driven-development
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 10 files with 785 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (453 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (115 lines of code)
    • 8 very small files (217 lines of code)
0% | 0% | 57% | 14% | 27%
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
yml0% | 0% | 100% | 0% | 0%
js0% | 0% | 0% | 53% | 46%
py0% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 87% | 0% | 12%
src/lib/logging0% | 0% | 0% | 100% | 0%
src/handlers0% | 0% | 0% | 0% | 100%
src/lib/helper0% | 0% | 0% | 0% | 100%
Longest Files (Top 10)
File# lines# units
template.yml
in root
453 -
logger.js
in src/lib/logging
115 1
put-item.js
in src/handlers
40 -
ODDC9BootstrapInstance.py
in src/handlers
32 1
get-by-id.js
in src/handlers
31 -
models.js
in src/lib/helper
28 -
testgen.yaml
in root
26 -
customWidgetDashboard.py
in src/handlers
21 1
buildspec.yaml
in root
20 -
locust-script.py
in root
19 2
Files With Most Units (Top 4)
File# lines# units
locust-script.py
in root
19 2
logger.js
in src/lib/logging
115 1
customWidgetDashboard.py
in src/handlers
21 1
ODDC9BootstrapInstance.py
in src/handlers
32 1
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 13 long lines.

File# lines# units# long lines
logger.js
in src/lib/logging
115 1 4
template.yml
in root
453 - 3
customWidgetDashboard.py
in src/handlers
21 1 2
ODDC9BootstrapInstance.py
in src/handlers
32 1 2
buildspec.yaml
in root
20 - 1
put-item.js
in src/handlers
40 - 1