uber / storagetapper
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
6,425 LOC (60%)
27 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
6,425 LOC (60%)
27 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
27
files match defined criteria (
6,425
LOC,
60.9%
vs. main code). All matches are in *.go files.
47
lines match the content pattern.
details...
per component - primary logical decomposition
pipe
in 5 files, 1,846 LOC (80%)
state
in 3 files, 603 LOC (43%)
server
in 2 files, 453 LOC (33%)
encoder
in 4 files, 1,038 LOC (86%)
changelog
in 1 file 832 LOC (96%)
config
in 2 files, 467 LOC (72%)
streamer
in 1 file 205 LOC (32%)
metrics
in 1 file 182 LOC (47%)
util
in 1 file 194 LOC (75%)
db
in 1 file 81 LOC (33%)
schema
in 3 files, 230 LOC (100%)
log
in 2 files, 136 LOC (62%)
lock
in 1 file 158 LOC (100%)