microsoft / azuredatastudio-postgresql
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 14 files with 1,319 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)
    • 8 small files (1,041 lines of code)
    • 6 very small files (278 lines of code)
0% | 0% | 0% | 78% | 21%
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% | 87% | 12%
js0% | 0% | 0% | 47% | 52%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 0% | 87% | 12%
ROOT0% | 0% | 0% | 100% | 0%
tasks0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
main.ts
in src
170 8
commands.ts
in src
142 8
utils.ts
in src
137 10
gulpfile.js
in root
131 -
telemetry.ts
in src
126 8
commandObserver.ts
in src
116 12
commonHelper.ts
in src
110 5
projectHelper.ts
in src
109 10
packagetasks.js
in tasks
84 7
dotnet.ts
in src
83 4
contextProvider.ts
in src
39 3
covertasks.js
in tasks
38 -
config.js
in tasks
24 -
constants.ts
in src
10 -
Files With Most Units (Top 10)
File# lines# units
commandObserver.ts
in src
116 12
projectHelper.ts
in src
109 10
utils.ts
in src
137 10
commands.ts
in src
142 8
main.ts
in src
170 8
telemetry.ts
in src
126 8
packagetasks.js
in tasks
84 7
commonHelper.ts
in src
110 5
dotnet.ts
in src
83 4
contextProvider.ts
in src
39 3
Files With Long Lines (Top 9)

There are 9 files with lines longer than 120 characters. In total, there are 36 long lines.

File# lines# units# long lines
commonHelper.ts
in src
110 5 9
projectHelper.ts
in src
109 10 8
commands.ts
in src
142 8 6
constants.ts
in src
10 - 3
dotnet.ts
in src
83 4 3
main.ts
in src
170 8 3
commandObserver.ts
in src
116 12 2
gulpfile.js
in root
131 - 1
utils.ts
in src
137 10 1