aws-samples / aws-hpc-tutorials
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 8 files with 794 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (462 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (111 lines of code)
    • 5 very small files (221 lines of code)
0% | 0% | 58% | 13% | 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
css0% | 0% | 100% | 0% | 0%
yaml0% | 0% | 60% | 29% | 10%
html0% | 0% | 0% | 0% | 100%
toml0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
static/css0% | 0% | 100% | 0% | 0%
content/02-aws-getting-started/04-start_cloud9.files0% | 0% | 100% | 0% | 0%
static/scripts/aws_batch0% | 0% | 0% | 100% | 0%
layouts/partials0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
static/scripts/dcv_license0% | 0% | 0% | 0% | 100%
Longest Files (Top 8)
File# lines# units
theme-mine.css
in static/css
236 -
infrastructure-plane-VPC-1-1_subnet_Cloud9.yaml
in content/02-aws-getting-started/04-start_cloud9.files
226 -
s3policy.yaml
in static/scripts/aws_batch
111 -
header.html
in layouts/partials
95 -
config.toml
in root
65 -
cfn_dcv_policy.yaml
in static/scripts/dcv_license
39 -
amplify.yml
in root
16 -
menu-footer.html
in layouts/partials
6 -
Files With Most Units (Top 0)
File# lines# units
Files With Long Lines (Top 3)

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

File# lines# units# long lines
theme-mine.css
in static/css
236 - 5
header.html
in layouts/partials
95 - 3
menu-footer.html
in layouts/partials
6 - 3