microsoft / paris
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 54 files with 2,195 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 4 medium size files (1,095 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (229 lines of code)
    • 48 very small files (871 lines of code)
0% | 0% | 49% | 10% | 39%
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
ts0% | 0% | 51% | 10% | 38%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
lib/api/repository0% | 0% | 76% | 19% | 3%
lib0% | 0% | 90% | 0% | 9%
lib/modeling0% | 0% | 84% | 0% | 15%
lib/data_access0% | 0% | 0% | 35% | 64%
lib/config0% | 0% | 0% | 0% | 100%
lib/config/services0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
lib/config/decorators0% | 0% | 0% | 0% | 100%
lib/api/entity0% | 0% | 0% | 0% | 100%
lib/api/events0% | 0% | 0% | 0% | 100%
lib/api/api-calls0% | 0% | 0% | 0% | 100%
lib/api0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
paris.ts
in lib
367 7
modeler.ts
in lib/modeling
290 9
readonly-repository.ts
in lib/api/repository
231 9
repository.ts
in lib/api/repository
207 3
cache.ts
in lib/data_access
116 5
relationship-repository.ts
in lib/api/repository
113 2
model-config.ts
in lib/config
100 4
http.service.ts
in lib/data_access
98 4
entity.config.ts
in lib/config
57 1
data-store.service.ts
in lib/data_access
54 4
entities.service.base.ts
in lib/config/services
42 2
main.ts
in lib
37 -
rollup.config.js
in root
31 -
data-transformers.service.ts
in lib/modeling
29 2
entity-relationships.service.ts
in lib/config/services
25 -
gulpfile.js
in root
24 2
immutability.ts
in lib/modeling
23 2
query-to-http.ts
in lib/data_access
21 1
repository.interface.ts
in lib/api/repository
20 -
api-call.model.ts
in lib/api/api-calls
19 -
paris-config.ts
in lib/config
18 -
entity-field.config.ts
in lib/config
17 -
entity-field.decorator.ts
in lib/config/decorators
16 1
entity-fields.service.ts
in lib/config/services
16 -
typedocconfig.ts
in root
16 -
entity-relationship-repository-type.ts
in lib/api/entity
15 -
api-call-backend-config.interface.ts
in lib/config
13 -
entity.decorator.ts
in lib/config/decorators
13 1
value-object.decorator.ts
in lib/config/decorators
13 1
data-entity.base.ts
in lib/api/entity
12 -
entity-relationship.ts
in lib/api/entity
11 -
entity-relationship.decorator.ts
in lib/config/decorators
11 1
entity-model.base.ts
in lib/config
11 1
entity-error.event.ts
in lib/api/events
9 -
model.base.ts
in lib/config
9 1
data-query-sort.ts
in lib/data_access
9 -
data.options.ts
in lib/data_access
9 -
entity-field.ts
in lib/api/entity
7 -
data-query.ts
in lib/data_access
7 -
dataset.ts
in lib/data_access
7 -
save-entity.event.ts
in lib/api/events
6 -
api-call.decorator.ts
in lib/config/decorators
6 1
errors.service.ts
in lib/api
5 1
data-availability.enum.ts
in lib/data_access
5 -
entity.event.ts
in lib/api/events
4 -
remove-entities.event.ts
in lib/api/events
4 -
entity-config-base.interface.ts
in lib/config
4 -
relationship-type.enum.ts
in lib/config
4 -
entities.service.ts
in lib/config/services
4 -
value-objects.service.ts
in lib/config/services
4 -
Files With Most Units (Top 20)
File# lines# units
readonly-repository.ts
in lib/api/repository
231 9
modeler.ts
in lib/modeling
290 9
paris.ts
in lib
367 7
cache.ts
in lib/data_access
116 5
model-config.ts
in lib/config
100 4
data-store.service.ts
in lib/data_access
54 4
http.service.ts
in lib/data_access
98 4
repository.ts
in lib/api/repository
207 3
gulpfile.js
in root
24 2
relationship-repository.ts
in lib/api/repository
113 2
entities.service.base.ts
in lib/config/services
42 2
data-transformers.service.ts
in lib/modeling
29 2
immutability.ts
in lib/modeling
23 2
errors.service.ts
in lib/api
5 1
api-call.decorator.ts
in lib/config/decorators
6 1
entity-field.decorator.ts
in lib/config/decorators
16 1
entity-relationship.decorator.ts
in lib/config/decorators
11 1
entity.decorator.ts
in lib/config/decorators
13 1
value-object.decorator.ts
in lib/config/decorators
13 1
entity-model.base.ts
in lib/config
11 1
Files With Long Lines (Top 15)

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

File# lines# units# long lines
paris.ts
in lib
367 7 32
modeler.ts
in lib/modeling
290 9 24
repository.ts
in lib/api/repository
207 3 17
relationship-repository.ts
in lib/api/repository
113 2 14
readonly-repository.ts
in lib/api/repository
231 9 12
entity.config.ts
in lib/config
57 1 8
model-config.ts
in lib/config
100 4 8
entity-relationships.service.ts
in lib/config/services
25 - 7
data-store.service.ts
in lib/data_access
54 4 4
entities.service.base.ts
in lib/config/services
42 2 3
http.service.ts
in lib/data_access
98 4 3
data-entity.base.ts
in lib/api/entity
12 - 1
entity-relationship-repository-type.ts
in lib/api/entity
15 - 1
entity-relationship.ts
in lib/api/entity
11 - 1
entity-field.decorator.ts
in lib/config/decorators
16 1 1