awslabs / amazon-ecs-for-open-application-model
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 43 files with 2,586 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (202 lines of codeclsfd_ftr_w_mp_ins)
    • 8 small files (1,063 lines of code)
    • 34 very small files (1,321 lines of code)
0% | 0% | 7% | 41% | 51%
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
go0% | 0% | 9% | 31% | 59%
yml0% | 0% | 0% | 100% | 0%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
internal/pkg/deploy0% | 0% | 20% | 35% | 44%
internal/pkg/term0% | 0% | 0% | 46% | 53%
templates/environment0% | 0% | 0% | 100% | 0%
templates/core.oam.dev0% | 0% | 0% | 100% | 0%
internal/pkg/cli0% | 0% | 0% | 21% | 78%
internal/pkg/workload0% | 0% | 0% | 0% | 100%
internal/pkg/aws0% | 0% | 0% | 0% | 100%
cmd/oam-ecs0% | 0% | 0% | 0% | 100%
templates0% | 0% | 0% | 0% | 100%
internal/pkg/version0% | 0% | 0% | 0% | 100%
Longest Files (Top 43)
File# lines# units
cloudformation.go
in internal/pkg/deploy/cloudformation
202 14
cf.yml
in templates/environment
188 -
cf.yml
in templates/core.oam.dev
175 -
changeset.go
in internal/pkg/deploy/cloudformation
129 9
app_deploy.go
in internal/pkg/cli
128 6
template_functions.go
in internal/pkg/deploy/cloudformation/stack
122 9
mock_spinner.go
in internal/pkg/term/progress/mocks
111 20
spinner.go
in internal/pkg/term/progress
109 8
component.go
in internal/pkg/deploy/cloudformation
101 4
env.go
in internal/pkg/deploy/cloudformation
98 4
app_show.go
in internal/pkg/cli
96 5
app_delete.go
in internal/pkg/cli
95 5
log.go
in internal/pkg/term/log
94 21
workload.go
in internal/pkg/workload
84 1
component.go
in internal/pkg/deploy/cloudformation/stack
82 6
env_deploy.go
in internal/pkg/cli
82 5
errors.go
in internal/pkg/deploy/cloudformation
66 10
deploy.go
in internal/pkg/term/progress/deploy/cloudformation
64 2
env_show.go
in internal/pkg/cli
61 3
env_delete.go
in internal/pkg/cli
60 3
env.go
in internal/pkg/deploy/cloudformation/stack
55 6
component.go
in internal/pkg/deploy/cloudformation/types
51 1
session.go
in internal/pkg/aws/session
41 4
color.go
in internal/pkg/term/color
40 4
env.go
in internal/pkg/deploy/cloudformation/types
38 1
main.go
in cmd/oam-ecs
33 3
cursor.go
in internal/pkg/term/cursor
31 4
errors.go
in internal/pkg/deploy/cloudformation/stack
23 3
app.go
in internal/pkg/cli
15 1
env.go
in internal/pkg/cli
15 1
cli.go
in internal/pkg/cli
14 1
stack_status.go
in internal/pkg/deploy/cloudformation
13 2
flag.go
in internal/pkg/cli
13 -
deploy.go
in internal/pkg/deploy/cloudformation
10 -
progress.go
in internal/pkg/term/progress
9 -
tags.go
in internal/pkg/deploy/cloudformation/stack
7 -
progress.go
in internal/pkg/cli
7 -
templates.go
in templates
5 1
prefix_windows.go
in internal/pkg/term/log
5 -
prefix.go
in internal/pkg/term/log
5 -
charset.go
in internal/pkg/term/progress
5 -
version.go
in internal/pkg/version
2 -
charset_windows.go
in internal/pkg/term/progress
2 -
Files With Most Units (Top 20)
File# lines# units
log.go
in internal/pkg/term/log
94 21
mock_spinner.go
in internal/pkg/term/progress/mocks
111 20
cloudformation.go
in internal/pkg/deploy/cloudformation
202 14
errors.go
in internal/pkg/deploy/cloudformation
66 10
changeset.go
in internal/pkg/deploy/cloudformation
129 9
template_functions.go
in internal/pkg/deploy/cloudformation/stack
122 9
spinner.go
in internal/pkg/term/progress
109 8
component.go
in internal/pkg/deploy/cloudformation/stack
82 6
env.go
in internal/pkg/deploy/cloudformation/stack
55 6
app_deploy.go
in internal/pkg/cli
128 6
app_delete.go
in internal/pkg/cli
95 5
app_show.go
in internal/pkg/cli
96 5
env_deploy.go
in internal/pkg/cli
82 5
component.go
in internal/pkg/deploy/cloudformation
101 4
env.go
in internal/pkg/deploy/cloudformation
98 4
session.go
in internal/pkg/aws/session
41 4
color.go
in internal/pkg/term/color
40 4
cursor.go
in internal/pkg/term/cursor
31 4
errors.go
in internal/pkg/deploy/cloudformation/stack
23 3
env_show.go
in internal/pkg/cli
61 3
Files With Long Lines (Top 15)

There are 15 files with lines longer than 120 characters. In total, there are 49 long lines.

File# lines# units# long lines
cf.yml
in templates/core.oam.dev
175 - 16
app_deploy.go
in internal/pkg/cli
128 6 5
template_functions.go
in internal/pkg/deploy/cloudformation/stack
122 9 4
app_show.go
in internal/pkg/cli
96 5 4
cloudformation.go
in internal/pkg/deploy/cloudformation
202 14 3
errors.go
in internal/pkg/deploy/cloudformation
66 10 3
app_delete.go
in internal/pkg/cli
95 5 3
changeset.go
in internal/pkg/deploy/cloudformation
129 9 2
workload.go
in internal/pkg/workload
84 1 2
flag.go
in internal/pkg/cli
13 - 2
cf.yml
in templates/environment
188 - 1
env_delete.go
in internal/pkg/cli
60 3 1
env_deploy.go
in internal/pkg/cli
82 5 1
spinner.go
in internal/pkg/term/progress
109 8 1
deploy.go
in internal/pkg/term/progress/deploy/cloudformation
64 2 1