microsoft / vscode-service-fabric-reliable-services
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 25 files with 1,147 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)
    • 4 small files (461 lines of code)
    • 21 very small files (686 lines of code)
0% | 0% | 0% | 40% | 59%
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
ts0% | 0% | 0% | 40% | 59%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/commands0% | 0% | 0% | 44% | 55%
src/yo0% | 0% | 0% | 100% | 0%
src/yo/yo0% | 0% | 0% | 48% | 51%
src/yo/prompts0% | 0% | 0% | 0% | 100%
src/yo/utils0% | 0% | 0% | 0% | 100%
src/configureWorkspace0% | 0% | 0% | 0% | 100%
src0% | 0% | 0% | 0% | 100%
Longest Files (Top 25)
File# lines# units
index.ts
in src/yo
122 6
build-application.ts
in src/commands
118 6
yo.ts
in src/yo/yo
114 7
upgrade-application.ts
in src/commands
107 10
publish-application.ts
in src/commands
100 8
remove-application.ts
in src/commands
98 8
adapter.ts
in src/yo/yo
77 5
deploy-application.ts
in src/commands
46 3
checkbox.ts
in src/yo/prompts
45 2
environment.ts
in src/yo/yo
42 2
input.ts
in src/yo/prompts
41 2
list.ts
in src/yo/prompts
33 2
factory.ts
in src/yo/prompts
28 1
run-async.ts
in src/yo/utils
28 1
config-utils.ts
in src/configureWorkspace
24 2
confirm.ts
in src/yo/prompts
24 2
expand.ts
in src/yo/prompts
24 2
extension.ts
in src
20 1
osdetector.ts
in src/commands
16 -
clean-application-java.ts
in src/commands
11 1
prompt.ts
in src/yo/prompts
10 1
password.ts
in src/yo/prompts
7 1
create-application.ts
in src/commands
6 1
add-sf-service.ts
in src/commands
5 1
EscapeException.ts
in src/yo/utils
1 -
Files With Most Units (Top 20)
File# lines# units
upgrade-application.ts
in src/commands
107 10
publish-application.ts
in src/commands
100 8
remove-application.ts
in src/commands
98 8
yo.ts
in src/yo/yo
114 7
build-application.ts
in src/commands
118 6
index.ts
in src/yo
122 6
adapter.ts
in src/yo/yo
77 5
deploy-application.ts
in src/commands
46 3
config-utils.ts
in src/configureWorkspace
24 2
checkbox.ts
in src/yo/prompts
45 2
confirm.ts
in src/yo/prompts
24 2
expand.ts
in src/yo/prompts
24 2
input.ts
in src/yo/prompts
41 2
list.ts
in src/yo/prompts
33 2
environment.ts
in src/yo/yo
42 2
add-sf-service.ts
in src/commands
5 1
clean-application-java.ts
in src/commands
11 1
create-application.ts
in src/commands
6 1
extension.ts
in src
20 1
factory.ts
in src/yo/prompts
28 1
Files With Long Lines (Top 6)

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

File# lines# units# long lines
publish-application.ts
in src/commands
100 8 5
remove-application.ts
in src/commands
98 8 4
upgrade-application.ts
in src/commands
107 10 4
deploy-application.ts
in src/commands
46 3 1
extension.ts
in src
20 1 1
adapter.ts
in src/yo/yo
77 5 1