facebookresearch / taskmodularnets
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 9 files with 1,342 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (612 lines of code)
    • 2 medium size files (503 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (210 lines of code)
    • 4 very small files (17 lines of code)
0% | 45% | 37% | 15% | 1%
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
py0% | 45% | 37% | 15% | 1%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
archs0% | 99% | 0% | 0% | <1%
ROOT0% | 0% | 71% | 28% | 0%
data0% | 0% | 99% | 0% | <1%
utils0% | 0% | 0% | 87% | 12%
Longest Files (Top 9)
File# lines# units
models.py
in archs
612 24
train_modular.py
in root
255 3
dataset.py
in data
248 15
utils.py
in utils
108 12
flags.py
in root
102 -
reorganize_utzap.py
in utils
14 -
__init__.py
in utils
1 -
__init__.py
in archs
1 -
__init__.py
in data
1 -
Files With Most Units (Top 4)
File# lines# units
models.py
in archs
612 24
dataset.py
in data
248 15
utils.py
in utils
108 12
train_modular.py
in root
255 3
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
train_modular.py
in root
255 3 1