aws-samples / serverless-content-syndication-with-aws-step-functions
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 8 files with 629 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (209 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (241 lines of code)
    • 5 very small files (179 lines of code)
0% | 0% | 33% | 38% | 28%
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% | 33% | 38% | 27%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cdk/lib/partners0% | 0% | 85% | 0% | 14%
src/handlers0% | 0% | 0% | 88% | 11%
cdk/lib0% | 0% | 0% | 0% | 100%
cdk0% | 0% | 0% | 0% | 100%
Longest Files (Top 8)
File# lines# units
ACE.ts
in cdk/lib/partners
209 7
provider-ace.ts
in src/handlers
132 4
shared.ts
in src/handlers
109 4
syndication-workflow.ts
in cdk/lib
84 4
other.ts
in cdk/lib/partners
36 3
provider-other.ts
in src/handlers
32 4
util.ts
in cdk/lib
20 2
jest.config.js
in cdk
7 -
Files With Most Units (Top 7)
File# lines# units
ACE.ts
in cdk/lib/partners
209 7
syndication-workflow.ts
in cdk/lib
84 4
provider-ace.ts
in src/handlers
132 4
provider-other.ts
in src/handlers
32 4
shared.ts
in src/handlers
109 4
other.ts
in cdk/lib/partners
36 3
util.ts
in cdk/lib
20 2
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
other.ts
in cdk/lib/partners
36 3 4
syndication-workflow.ts
in cdk/lib
84 4 3
util.ts
in cdk/lib
20 2 2
shared.ts
in src/handlers
109 4 2
ACE.ts
in cdk/lib/partners
209 7 1