apple / turicreate
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
46,581 LOC (21%)
179 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
46,581 LOC (21%)
179 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
179
files match defined criteria (
46,581
lines of code,
21.7%
vs. main code):
68
*.cpp files (
27,214
lines of code)
67
*.hpp files (
9,604
lines of code)
16
*.mm files (
3,275
lines of code)
10
*.py files (
3,022
lines of code)
5
*.m files (
1,438
lines of code)
4
*.h files (
671
lines of code)
5
*.js files (
528
lines of code)
1
*.swift files (
371
lines of code)
2
*.cmake files (
364
lines of code)
1
*.pyx files (
94
lines of code)
312
lines match the content pattern.
details...
per component - primary logical decomposition
src/core
in 25 files, 6,693 LOC (9%)
src/toolkits
in 63 files, 21,353 LOC (39%)
src/python
in 11 files, 3,116 LOC (9%)
src/ml
in 44 files, 7,830 LOC (36%)
src/visualization
in 23 files, 3,961 LOC (28%)
src/model_server
in 6 files, 1,576 LOC (21%)
src/capi
in 3 files, 1,395 LOC (33%)
cmake
in 2 files, 364 LOC (29%)
src/deployment
in 2 files, 293 LOC (39%)