aws-samples / amazon-forecast-automation
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 502 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (272 lines of code)
    • 8 very small files (230 lines of code)
0% | 0% | 0% | 54% | 45%
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
yaml0% | 0% | 0% | 100% | 0%
py0% | 0% | 0% | 35% | 64%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 0% | 0% | 100% | 0%
WorkflowJobs0% | 0% | 0% | 35% | 64%
Longest Files (Top 10)
File# lines# units
ForecastSourceDatabase.yaml
in root
144 -
importDatasetJob.py
in WorkflowJobs
128 2
trainPredictorJob.py
in WorkflowJobs
47 -
spark-transform-rawdata.py
in WorkflowJobs
46 -
exportForecastJob.py
in WorkflowJobs
38 -
checkImportJob.py
in WorkflowJobs
24 -
createForecastJob.py
in WorkflowJobs
21 -
checkPredictorJob.py
in WorkflowJobs
18 -
checkExportJob.py
in WorkflowJobs
18 -
checkForecastJob.py
in WorkflowJobs
18 -
Files With Most Units (Top 1)
File# lines# units
importDatasetJob.py
in WorkflowJobs
128 2
Files With Long Lines (Top 3)

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

File# lines# units# long lines
spark-transform-rawdata.py
in WorkflowJobs
46 - 3
importDatasetJob.py
in WorkflowJobs
128 2 3
ForecastSourceDatabase.yaml
in root
144 - 1