aws / aws-ops-wheel
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 33 files with 3,747 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (624 lines of code)
    • 3 medium size files (1,071 lines of codeclsfd_ftr_w_mp_ins)
    • 8 small files (1,082 lines of code)
    • 21 very small files (970 lines of code)
0% | 16% | 28% | 28% | 25%
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% | 76% | 0% | 0% | 23%
jsx0% | 0% | 40% | 45% | 14%
py0% | 0% | 31% | 20% | 48%
css0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cloudformation0% | 79% | 0% | 0% | 20%
ui/src/components0% | 0% | 53% | 30% | 16%
ui/src/components/participant_table0% | 0% | 59% | 40% | 0%
ROOT0% | 0% | 89% | 0% | 10%
ui/src/components/wheel_table0% | 0% | 0% | 100% | 0%
utils0% | 0% | 0% | 100% | 0%
api0% | 0% | 0% | 0% | 100%
ui/src0% | 0% | 0% | 0% | 100%
Longest Files (Top 33)
File# lines# units
continuous-deployment.yml
in cloudformation
624 -
wheel.jsx
in ui/src/components
439 -
participant_table.jsx
in ui/src/components/participant_table
353 -
_compile_cloudformation_template.py
in root
279 8
wheel_feeder.py
in utils
183 12
wheel_table.jsx
in ui/src/components/wheel_table
175 -
participant_modal.jsx
in ui/src/components/participant_table
133 -
login.jsx
in ui/src/components
131 -
app.jsx
in ui/src/components
121 -
wheel_modal.jsx
in ui/src/components/wheel_table
117 -
participant_row.jsx
in ui/src/components/participant_table
112 -
wheel_row.jsx
in ui/src/components/wheel_table
110 -
choice_algorithm.py
in api
90 7
conftest.py
in api
86 3
wheel_participant.py
in api
79 7
util.jsx
in ui/src
79 -
base.py
in api
74 6
confirmation_modal.jsx
in ui/src/components
66 -
lambda.yml
in cloudformation
64 -
wheel.py
in api
60 7
styles.css
in ui/src
51 -
cognito.yml
in cloudformation
49 -
navigation.jsx
in ui/src/components
48 -
index.jsx
in ui/src
41 -
utils.py
in api
38 5
buildspec.yml
in root
34 -
types.jsx
in ui/src
33 -
api_gateway.yml
in cloudformation
31 -
notFound.jsx
in ui/src/components
19 -
source-bucket.yml
in cloudformation
13 -
index.html
in ui/src
11 -
api_gateway_lambda_roles.yml
in cloudformation
2 -
aws-ops-wheel.yml
in cloudformation
2 -
Files With Most Units (Top 8)
File# lines# units
wheel_feeder.py
in utils
183 12
_compile_cloudformation_template.py
in root
279 8
choice_algorithm.py
in api
90 7
wheel_participant.py
in api
79 7
wheel.py
in api
60 7
base.py
in api
74 6
utils.py
in api
38 5
conftest.py
in api
86 3
Files With Long Lines (Top 6)

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

File# lines# units# long lines
buildspec.yml
in root
34 - 7
participant_modal.jsx
in ui/src/components/participant_table
133 - 6
wheel.jsx
in ui/src/components
439 - 2
participant_table.jsx
in ui/src/components/participant_table
353 - 2
continuous-deployment.yml
in cloudformation
624 - 1
_compile_cloudformation_template.py
in root
279 8 1