aws-samples / aim317-uncover-insights-customer-conversations
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 919 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (344 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 14 very small files (575 lines of code)
0% | 0% | 37% | 0% | 62%
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%
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
cloudformation0% | 0% | 70% | 0% | 29%
src0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
aim317Template.yml
in cloudformation
344 -
sagemakerNotebookEventEngineTemplate.yaml
in cloudformation
89 -
sagemakerNotebookTemplate.yaml
in cloudformation
57 -
translateText.py
in src
56 1
buildTrainTest.py
in src
54 1
createVocabulary.py
in src
39 1
detectEntities.py
in src
39 1
createEntityRecognizer.py
in src
38 1
classifyDocument.py
in src
37 1
createEndpoint.py
in src
35 1
startTranscriptionJob.py
in src
35 1
startSentimentDetection.py
in src
25 1
createDocumentClassifier.py
in src
25 1
paginateProcessDataTrainTestFiles.py
in src
23 1
importTerminology.py
in src
23 1
Files With Most Units (Top 12)
File# lines# units
createVocabulary.py
in src
39 1
createEntityRecognizer.py
in src
38 1
translateText.py
in src
56 1
detectEntities.py
in src
39 1
createEndpoint.py
in src
35 1
startSentimentDetection.py
in src
25 1
paginateProcessDataTrainTestFiles.py
in src
23 1
classifyDocument.py
in src
37 1
startTranscriptionJob.py
in src
35 1
buildTrainTest.py
in src
54 1
createDocumentClassifier.py
in src
25 1
importTerminology.py
in src
23 1
Files With Long Lines (Top 5)

There are 5 files with lines longer than 120 characters. In total, there are 12 long lines.

File# lines# units# long lines
translateText.py
in src
56 1 6
createDocumentClassifier.py
in src
25 1 2
sagemakerNotebookEventEngineTemplate.yaml
in cloudformation
89 - 2
paginateProcessDataTrainTestFiles.py
in src
23 1 1
sagemakerNotebookTemplate.yaml
in cloudformation
57 - 1