openai / learning-lab
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 526 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 code)
    • 0 small files (0 lines of code)
    • 9 very small files (526 lines of code)
0% | 0% | 0% | 0% | 100%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
01-agents0% | 0% | 0% | 0% | 100%
Longest Files (Top 9)
File# lines# units
7_orchestration.py
in 01-agents
80 5
6_agents.py
in 01-agents
80 5
demo_util.py
in 01-agents
75 3
5_escalation.py
in 01-agents
71 5
2_tools.py
in 01-agents
70 1
3_tools.py
in 01-agents
54 3
4_tools.py
in 01-agents
54 3
1_routines.py
in 01-agents
26 -
0_setup.py
in 01-agents
16 -
Files With Most Units (Top 7)
File# lines# units
7_orchestration.py
in 01-agents
80 5
5_escalation.py
in 01-agents
71 5
6_agents.py
in 01-agents
80 5
demo_util.py
in 01-agents
75 3
3_tools.py
in 01-agents
54 3
4_tools.py
in 01-agents
54 3
2_tools.py
in 01-agents
70 1
Files With Long Lines (Top 0)

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

File# lines# units# long lines
Correlations

File Size vs. Commits (all time): 9 points

01-agents/0_setup.py x: 1 commits (all time) y: 16 lines of code 01-agents/1_routines.py x: 1 commits (all time) y: 26 lines of code 01-agents/2_tools.py x: 1 commits (all time) y: 70 lines of code 01-agents/3_tools.py x: 1 commits (all time) y: 54 lines of code 01-agents/5_escalation.py x: 1 commits (all time) y: 71 lines of code 01-agents/6_agents.py x: 1 commits (all time) y: 80 lines of code 01-agents/demo_util.py x: 1 commits (all time) y: 75 lines of code
80.0
lines of code
  min: 16.0
  average: 58.44
  25th percentile: 40.0
  median: 70.0
  75th percentile: 77.5
  max: 80.0
0 1.0
commits (all time)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (all time): 9 points

01-agents/0_setup.py x: 1 contributors (all time) y: 16 lines of code 01-agents/1_routines.py x: 1 contributors (all time) y: 26 lines of code 01-agents/2_tools.py x: 1 contributors (all time) y: 70 lines of code 01-agents/3_tools.py x: 1 contributors (all time) y: 54 lines of code 01-agents/5_escalation.py x: 1 contributors (all time) y: 71 lines of code 01-agents/6_agents.py x: 1 contributors (all time) y: 80 lines of code 01-agents/demo_util.py x: 1 contributors (all time) y: 75 lines of code
80.0
lines of code
  min: 16.0
  average: 58.44
  25th percentile: 40.0
  median: 70.0
  75th percentile: 77.5
  max: 80.0
0 1.0
contributors (all time)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 0 points

No data for "commits (90d)" vs. "lines of code".

File Size vs. Contributors (90 days): 0 points

No data for "contributors (90d)" vs. "lines of code".