microsoft / sqldev
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 42 files with 2,034 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (317 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (620 lines of code)
    • 36 very small files (1,097 lines of code)
0% | 0% | 15% | 30% | 53%
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% | 25% | 30% | 43%
html0% | 0% | 0% | 28% | 71%
js0% | 0% | 0% | 43% | 56%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
_sass/components0% | 0% | 31% | 36% | 32%
_layouts0% | 0% | 0% | 74% | 25%
assets/scripts0% | 0% | 0% | 43% | 56%
_includes0% | 0% | 0% | 0% | 100%
_sass/base0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
_sass/base/mixins0% | 0% | 0% | 0% | 100%
_sass0% | 0% | 0% | 0% | 100%
_sass/base/functions0% | 0% | 0% | 0% | 100%
Longest Files (Top 42)
File# lines# units
_page-steps.scss
in _sass/components
317 -
_menu.scss
in _sass/components
146 -
page-steps.html
in _layouts
126 -
_home.scss
in _sass/components
124 -
steps.js
in assets/scripts
123 9
_menutop.scss
in _sass/components
101 -
_cookie.scss
in _sass/components
100 -
_config.yml
in root
91 -
cookies.js
in assets/scripts
87 10
_resources.scss
in _sass/components
70 -
_footer.scss
in _sass/components
67 -
_variables.scss
in _sass/base
54 -
header.html
in _includes
52 -
_utilities.scss
in _sass/base
48 -
dropdown.js
in assets/scripts
46 1
header-menutop.html
in _includes
43 -
home.html
in _includes
38 -
_header.scss
in _sass/components
34 -
google-analytics.html
in _includes
33 -
resources.html
in _includes
30 -
minima.scss
in _sass
27 -
_fonts.scss
in _sass/base/mixins
26 -
button.js
in assets/scripts
24 1
_questions.scss
in _sass/components
23 -
cookie.html
in _includes
22 -
_new.scss
in _sass/components
22 -
head.html
in _includes
21 -
_globals.scss
in _sass/base
19 -
default-menutop.html
in _layouts
14 -
default.html
in _layouts
14 -
scripts.html
in _includes
12 -
_states.scss
in _sass/base
12 -
page.html
in _layouts
11 -
_medias.scss
in _sass/base/mixins
11 -
_main.scss
in _sass/components
11 -
footer.html
in _includes
9 -
questions.html
in _includes
8 -
_fonts.scss
in _sass/base
5 -
home.html
in _layouts
4 -
_image.scss
in _sass/base/functions
4 -
_disqus.scss
in _sass/components
4 -
_functions.scss
in _sass/base
1 -
Files With Most Units (Top 4)
File# lines# units
cookies.js
in assets/scripts
87 10
steps.js
in assets/scripts
123 9
button.js
in assets/scripts
24 1
dropdown.js
in assets/scripts
46 1
Files With Long Lines (Top 12)

There are 12 files with lines longer than 120 characters. In total, there are 39 long lines.

File# lines# units# long lines
home.html
in _includes
38 - 9
cookie.html
in _includes
22 - 8
page-steps.html
in _layouts
126 - 7
head.html
in _includes
21 - 3
header.html
in _includes
52 - 3
_fonts.scss
in _sass/base
5 - 3
header-menutop.html
in _includes
43 - 1
questions.html
in _includes
8 - 1
resources.html
in _includes
30 - 1
scripts.html
in _includes
12 - 1
_variables.scss
in _sass/base
54 - 1
_fonts.scss
in _sass/base/mixins
26 - 1