firebase / functions-samples
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
741 LOC (11%)
14 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
741 LOC (11%)
14 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
14
files match defined criteria (
741
lines of code,
11.7%
vs. main code). All matches are in *.js files.
19
lines match the content pattern.
details...
per component - primary logical decomposition
quickstarts
in 1 file 45 LOC (11%)
linkedin-auth
in 1 file 101 LOC (28%)
instagram-auth
in 1 file 100 LOC (28%)
authenticated-json-api
in 1 file 99 LOC (29%)
spotify-auth
in 1 file 99 LOC (31%)
email-confirmation
in 1 file 40 LOC (17%)
google-sheet-sync
in 1 file 86 LOC (100%)
github-to-slack
in 1 file 40 LOC (100%)
survey-app-update
in 1 file 34 LOC (100%)
fulltext-search
in 1 file 29 LOC (100%)
developer-motivator
in 1 file 25 LOC (100%)
minimal-webhook
in 1 file 17 LOC (100%)
bigquery-import
in 1 file 13 LOC (100%)
url-shortener
in 1 file 13 LOC (100%)