facebook / Ax
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
13,764 LOC (28%)
41 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
13,764 LOC (28%)
41 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
41
files match defined criteria (
13,764
lines of code,
28.6%
vs. main code). All matches are in *.py files.
72
lines match the content pattern.
details...
per component - primary logical decomposition
ax/modelbridge
in 6 files, 1,551 LOC (20%)
ax/models
in 11 files, 3,242 LOC (50%)
ax/plot
in 5 files, 3,099 LOC (53%)
ax/storage
in 4 files, 1,101 LOC (21%)
ax/core
in 2 files, 1,100 LOC (23%)
ax/service
in 2 files, 1,292 LOC (29%)
ax/utils
in 4 files, 1,706 LOC (43%)
ax/benchmark
in 3 files, 364 LOC (33%)
ax/metrics
in 1 file 124 LOC (12%)
ax/early_stopping
in 1 file 58 LOC (11%)
ax/exceptions
in 1 file 56 LOC (48%)
ROOT
in 1 file 71 LOC (93%)