anthropics / beam
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
185,223 LOC (23%)
450 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
185,223 LOC (23%)
450 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)( |:| ).*
".
450
files match defined criteria (
185,223
LOC,
23.1%
vs. main code):
284
*.java files (
101,053
LOC)
74
*.py files (
37,980
LOC)
34
*.go files (
22,254
LOC)
36
*.ts files (
15,156
LOC)
4
*.proto files (
3,272
LOC)
2
*.groovy files (
2,638
LOC)
4
*.scss files (
806
LOC)
1
*.kts files (
769
LOC)
5
*.dart files (
608
LOC)
1
*.tsx files (
251
LOC)
1
*.ipynb files (
251
LOC)
2
*.html files (
134
LOC)
2
*.yaml files (
51
LOC)
757
lines match the content pattern.
details...
per component - primary logical decomposition
sdks
in 294 files, 134,963 LOC (24%)
runners
in 122 files, 33,485 LOC (24%)
playground
in 12 files, 4,409 LOC (11%)
learning
in 2 files, 3,389 LOC (11%)
website
in 6 files, 940 LOC (4%)
it
in 4 files, 708 LOC (6%)
model
in 3 files, 2,954 LOC (56%)
.test-infra
in 3 files, 770 LOC (17%)
buildSrc
in 2 files, 2,638 LOC (79%)
scripts
in 1 file 198 LOC (8%)
ROOT
in 1 file 769 LOC (61%)