firebase / snippets-web
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
2,213 LOC (22%)
21 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
2,213 LOC (22%)
21 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
21
files match defined criteria (
2,213
lines of code,
22.1%
vs. main code):
20
*.js files (
2,039
lines of code)
1
*.ts files (
174
lines of code)
39
lines match the content pattern.
details...
per component - primary logical decomposition
snippets
in 8 files, 82 LOC (3%)
auth-next
in 1 file 59 LOC (4%)
auth
in 1 file 57 LOC (3%)
firestore
in 1 file 768 LOC (74%)
firestore-next
in 1 file 755 LOC (75%)
storage-next
in 1 file 44 LOC (12%)
storage
in 1 file 37 LOC (11%)
scripts
in 1 file 174 LOC (100%)
appcheck-next
in 1 file 63 LOC (100%)
perf-next
in 1 file 49 LOC (100%)
appcheck
in 1 file 48 LOC (100%)
perf
in 1 file 41 LOC (100%)
installations
in 1 file 35 LOC (100%)
ROOT
in 1 file 1 LOC (100%)