aws-samples / aws-elasticache-retail-dashboard
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 27 files with 2,068 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,094 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 25 very small files (974 lines of code)
0% | 52% | 0% | 0% | 47%
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
yaml0% | 100% | 0% | 0% | 0%
js0% | 0% | 0% | 0% | 100%
vue0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 100% | 0% | 0% | 0%
app/src/components0% | 0% | 0% | 0% | 100%
app/build0% | 0% | 0% | 0% | 100%
backend0% | 0% | 0% | 0% | 100%
producer0% | 0% | 0% | 0% | 100%
lambda0% | 0% | 0% | 0% | 100%
app/config0% | 0% | 0% | 0% | 100%
app/src0% | 0% | 0% | 0% | 100%
app/src/store0% | 0% | 0% | 0% | 100%
app/src/router0% | 0% | 0% | 0% | 100%
app0% | 0% | 0% | 0% | 100%
Longest Files (Top 27)
File# lines# units
template.yaml
in root
574 -
ecs.yaml
in root
520 -
server.js
in backend
98 3
producer.js
in producer
84 2
utils.js
in app/build
80 11
SalesRevenue.vue
in app/src/components/tiles
71 -
catalog.js
in producer
68 -
catalog.js
in backend
68 -
index.js
in lambda
54 -
Main.vue
in app/src/components
53 -
NavBar.vue
in app/src/components
53 -
check-versions.js
in app/build
45 3
build.js
in app/build
35 -
index.js
in app/src/store
32 -
index.js
in app/config
31 -
PopularItems.vue
in app/src/components/tiles
27 -
LatestSales.vue
in app/src/components/tiles
26 -
Revenue.vue
in app/src/components/tiles
23 -
vue-loader.conf.js
in app/build
21 -
main.js
in app/src
21 -
OrderCount.vue
in app/src/components/tiles
17 -
UniqueItemsCount.vue
in app/src/components/tiles
17 -
App.vue
in app/src
16 -
index.js
in app/src/router
13 -
index.html
in app
11 -
dev.env.js
in app/config
6 -
prod.env.js
in app/config
4 -
Files With Most Units (Top 4)
File# lines# units
utils.js
in app/build
80 11
check-versions.js
in app/build
45 3
server.js
in backend
98 3
producer.js
in producer
84 2
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there is only one long line.

File# lines# units# long lines
ecs.yaml
in root
520 - 1