Uber / cadence
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
71,978 LOC (32%)
113 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
71,978 LOC (32%)
113 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)( |:| ).*
".
113
files match defined criteria (
71,978
LOC,
33.0%
vs. main code):
109
*.go files (
69,820
LOC)
1
*.proto files (
1,155
LOC)
3
*.cql files (
1,003
LOC)
214
lines match the content pattern.
details...
per component - primary logical decomposition
common
in 51 files, 30,388 LOC (26%)
service
in 42 files, 31,643 LOC (47%)
tools
in 6 files, 4,338 LOC (30%)
client
in 1 file 975 LOC (23%)
canary
in 2 files, 339 LOC (12%)
host
in 3 files, 1,362 LOC (51%)
schema
in 3 files, 1,003 LOC (39%)
bench
in 4 files, 775 LOC (31%)
proto
in 1 file 1,155 LOC (50%)