facebookresearch / beanmachine
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
14,698 LOC (41%)
63 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
14,698 LOC (41%)
63 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
63
files match defined criteria (
14,698
lines of code,
41.9%
vs. main code):
46
*.py files (
11,600
lines of code)
12
*.cpp files (
2,330
lines of code)
4
*.h files (
728
lines of code)
1
*.toml files (
40
lines of code)
291
lines match the content pattern.
details...
per component - primary logical decomposition
src/beanmachine/ppl
in 42 files, 10,475 LOC (55%)
src/beanmachine/graph
in 16 files, 3,058 LOC (26%)
src/beanmachine/applications
in 2 files, 644 LOC (46%)
scripts
in 1 file 331 LOC (100%)
website
in 1 file 40 LOC (19%)
sphinx/source
in 1 file 150 LOC (87%)