facebook / bistro
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
8,089 LOC (28%)
40 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
8,089 LOC (28%)
40 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
40
files match defined criteria (
8,089
lines of code,
28.1%
vs. main code):
9
*.py files (
3,214
lines of code)
8
*.cpp files (
1,978
lines of code)
11
*.php files (
1,165
lines of code)
3
*.cmake files (
918
lines of code)
8
*.h files (
729
lines of code)
1
*.js files (
85
lines of code)
64
lines match the content pattern.
details...
per component - primary logical decomposition
build/fbcode_builder
in 10 files, 3,825 LOC (43%)
web_ui/src
in 11 files, 1,165 LOC (23%)
bistro/config
in 2 files, 223 LOC (15%)
bistro/runners
in 1 file 99 LOC (7%)
bistro/server
in 1 file 360 LOC (32%)
bistro/cron
in 1 file 483 LOC (50%)
bistro/utils
in 2 files, 70 LOC (7%)
bistro/statuses
in 5 files, 535 LOC (57%)
bistro/worker
in 3 files, 815 LOC (97%)
web_ui/rsrc
in 1 file 85 LOC (12%)
bistro/nodes
in 1 file 122 LOC (21%)
bistro/cmake
in 2 files, 307 LOC (91%)