golang / review
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 15 files with 3,080 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 9 medium size files (2,623 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (347 lines of code)
    • 4 very small files (110 lines of code)
0% | 0% | 85% | 11% | 3%
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
go0% | 0% | 85% | 11% | 3%
cfg0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
git-codereview0% | 0% | 85% | 11% | 3%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
branch.go
in git-codereview
401 27
api.go
in git-codereview
363 11
pending.go
in git-codereview
313 7
hook.go
in git-codereview
304 13
sync.go
in git-codereview
289 10
review.go
in git-codereview
267 25
mail.go
in git-codereview
236 10
gofmt.go
in git-codereview
229 6
change.go
in git-codereview
221 8
reword.go
in git-codereview
182 2
submit.go
in git-codereview
165 4
config.go
in git-codereview
75 5
editor.go
in git-codereview
33 1
doc.go
in git-codereview
1 -
cfg
codereview.cfg
in root
1 -
Files With Most Units (Top 13)
File# lines# units
branch.go
in git-codereview
401 27
review.go
in git-codereview
267 25
hook.go
in git-codereview
304 13
api.go
in git-codereview
363 11
mail.go
in git-codereview
236 10
sync.go
in git-codereview
289 10
change.go
in git-codereview
221 8
pending.go
in git-codereview
313 7
gofmt.go
in git-codereview
229 6
config.go
in git-codereview
75 5
submit.go
in git-codereview
165 4
reword.go
in git-codereview
182 2
editor.go
in git-codereview
33 1
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 11 long lines.

File# lines# units# long lines
api.go
in git-codereview
363 11 3
sync.go
in git-codereview
289 10 3
gofmt.go
in git-codereview
229 6 2
change.go
in git-codereview
221 8 1
mail.go
in git-codereview
236 10 1
submit.go
in git-codereview
165 4 1