microsoft / ConversationLearner-Samples
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 19 files with 7,789 lines of code.
    • 2 very long files (5,025 lines of code)
    • 0 long files (0 lines of code)
    • 7 medium size files (1,968 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (582 lines of code)
    • 6 very small files (214 lines of code)
64% | 0% | 25% | 7% | 2%
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
cl66% | 0% | 25% | 7% | 0%
ts0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
models66% | 0% | 25% | 7% | 0%
src0% | 0% | 0% | 0% | 100%
site0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
cl
Demo-PizzaOrder.cl
in models
3687 -
cl
Demo-PasswordReset.cl
in models
1338 -
cl
Tutorial-01-HelloWorld.cl
in models
406 -
cl
Tutorial-05-ExpectedEntities.cl
in models
325 -
cl
Tutorial-11-LogDialogs.cl
in models
278 -
cl
Tutorial-10-AlternativeInputs.cl
in models
265 -
cl
Tutorial-07-MultiValueEntities.cl
in models
257 -
cl
Tutorial-16-HybridBot.cl
in models
225 -
cl
Tutorial-06-NegatableEntity.cl
in models
212 -
cl
Tutorial-03-WaitVsNonWait.cl
in models
172 -
cl
Tutorial-02-IntroTraining.cl
in models
155 -
cl
Tutorial-08-PreTrainedEntities.cl
in models
140 -
cl
Tutorial-04-IntroToEntities.cl
in models
115 -
index.html
in site
74 -
config.ts
in src
69 -
app.ts
in src
33 -
appveyor.yml
in root
18 -
server.ts
in src
12 -
dol.ts
in src
8 1
Files With Most Units (Top 1)
File# lines# units
dol.ts
in src
8 1
Files With Long Lines (Top 14)

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

File# lines# units# long lines
cl
Demo-PasswordReset.cl
in models
1338 - 10
cl
Demo-PizzaOrder.cl
in models
3687 - 4
cl
Tutorial-16-HybridBot.cl
in models
225 - 4
cl
Tutorial-02-IntroTraining.cl
in models
155 - 3
cl
Tutorial-03-WaitVsNonWait.cl
in models
172 - 3
cl
Tutorial-10-AlternativeInputs.cl
in models
265 - 3
cl
Tutorial-11-LogDialogs.cl
in models
278 - 3
index.html
in site
74 - 3
cl
Tutorial-01-HelloWorld.cl
in models
406 - 2
cl
Tutorial-04-IntroToEntities.cl
in models
115 - 2
cl
Tutorial-05-ExpectedEntities.cl
in models
325 - 2
cl
Tutorial-06-NegatableEntity.cl
in models
212 - 2
cl
Tutorial-07-MultiValueEntities.cl
in models
257 - 2
cl
Tutorial-08-PreTrainedEntities.cl
in models
140 - 2