facebook / fatal
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,747 LOC (64%)
57 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
13,747 LOC (64%)
57 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
57
files match defined criteria (
13,747
lines of code,
64.7%
vs. main code). All matches are in *.h files.
269
lines match the content pattern.
details...
per component - primary logical decomposition
fatal/type
in 34 files, 7,284 LOC (61%)
fatal/container
in 9 files, 2,771 LOC (82%)
fatal/string
in 2 files, 1,226 LOC (94%)
fatal/math
in 2 files, 441 LOC (57%)
fatal/debug
in 2 files, 436 LOC (100%)
fatal
in 2 files, 415 LOC (100%)
fatal/benchmark
in 1 file 314 LOC (92%)
fatal/codec
in 1 file 317 LOC (100%)
fatal/lesson
in 1 file 219 LOC (92%)
fatal/log
in 1 file 169 LOC (100%)
fatal/time
in 1 file 104 LOC (100%)
fatal/utility
in 1 file 51 LOC (100%)