aws-samples / amazon-personalize-with-glue-databrew-front
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 608 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)
    • 1 small files (108 lines of code)
    • 13 very small files (500 lines of code)
0% | 0% | 0% | 17% | 82%
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
jsx0% | 0% | 0% | 21% | 78%
css0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/component0% | 0% | 0% | 42% | 57%
src0% | 0% | 0% | 0% | 100%
src/login0% | 0% | 0% | 0% | 100%
src/context0% | 0% | 0% | 0% | 100%
src/util0% | 0% | 0% | 0% | 100%
public0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
MovieDetails.jsx
in src/component
108 -
Login.jsx
in src/login
86 -
Auth.context.jsx
in src/context
83 -
MoviesListCardGroup.jsx
in src/component
52 -
RecommendationMovieList.jsx
in src/component
46 -
Dashoboard.jsx
in src
41 -
Utils.jsx
in src/util
34 -
App.css
in src
33 -
MoviesList.jsx
in src/component
32 -
index.html
in public
22 -
App.js
in src
21 -
index.js
in src
17 1
MovieCardImage.jsx
in src/component
17 -
index.css
in src
16 -
Files With Most Units (Top 1)
File# lines# units
index.js
in src
17 1
Files With Long Lines (Top 3)

There are 3 files with lines longer than 120 characters. In total, there are 4 long lines.

File# lines# units# long lines
MovieDetails.jsx
in src/component
108 - 2
Utils.jsx
in src/util
34 - 1
MoviesListCardGroup.jsx
in src/component
52 - 1