facebookresearch / d2go
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
5,559 LOC (32%)
32 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
5,559 LOC (32%)
32 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
32
files match defined criteria (
5,559
lines of code,
32.4%
vs. main code):
24
*.py files (
5,136
lines of code)
8
*.yaml files (
423
lines of code)
47
lines match the content pattern.
details...
per component - primary logical decomposition
projects_oss/detr
in 10 files, 2,512 LOC (36%)
d2go/data
in 4 files, 392 LOC (16%)
d2go/modeling
in 2 files, 681 LOC (28%)
d2go/utils
in 1 file 252 LOC (15%)
d2go/runner
in 1 file 375 LOC (30%)
tools
in 2 files, 281 LOC (52%)
d2go/export
in 3 files, 521 LOC (99%)
configs
in 8 files, 423 LOC (95%)
d2go
in 1 file 122 LOC (29%)