microsoft / aroworkshop
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 23 files with 1,169 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (241 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (443 lines of code)
    • 19 very small files (485 lines of code)
0% | 0% | 20% | 37% | 41%
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
scss0% | 0% | 30% | 40% | 29%
yaml0% | 0% | 0% | 73% | 26%
html0% | 0% | 0% | 0% | 100%
rb0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
_sass/partials0% | 0% | 38% | 30% | 31%
_sass/modules0% | 0% | 0% | 82% | 17%
yaml0% | 0% | 0% | 73% | 26%
_includes0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
_plugins0% | 0% | 0% | 0% | 100%
_layouts0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
css0% | 0% | 0% | 0% | 100%
Longest Files (Top 23)
File# lines# units
_general.scss
in _sass/partials
241 -
_syntax.scss
in _sass/partials
187 -
_mixins.scss
in _sass/modules
133 -
ostoy-fe-deployment.yaml
in yaml
123 -
_nav.scss
in _sass/partials
96 -
_reset.scss
in _sass/partials
48 -
ostoy-microservice-deployment.yaml
in yaml
45 -
nav.html
in _includes
40 -
index.html
in _layouts
33 -
_base.scss
in _sass/partials
32 -
index.html
in root
26 -
collapsible_tag.rb
in _plugins
25 1
_config.yml
in root
24 -
githubauthor_tag.rb
in _plugins
24 3
head.html
in _includes
22 -
_header.scss
in _sass/partials
18 -
_functions.scss
in _sass/modules
11 -
scripts.js
in js
11 3
_colors.scss
in _sass/modules
10 -
main.scss
in css
8 -
header.html
in _includes
4 -
_all.scss
in _sass/modules
4 -
_typography.scss
in _sass/modules
4 -
Files With Most Units (Top 3)
File# lines# units
githubauthor_tag.rb
in _plugins
24 3
scripts.js
in js
11 3
collapsible_tag.rb
in _plugins
25 1
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 8 long lines.

File# lines# units# long lines
nav.html
in _includes
40 - 7
head.html
in _includes
22 - 1