microsoft / botbuilder-js
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
3,637 LOC (4%)
24 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
3,637 LOC (4%)
24 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
24
files match defined criteria (
3,637
lines of code,
4.8%
vs. main code):
15
*.ts files (
2,748
lines of code)
8
*.js files (
709
lines of code)
1
*.ps1 files (
180
lines of code)
31
lines match the content pattern.
details...
per component - primary logical decomposition
libraries/adaptive-expressions
in 1 file 26 LOC (<1%)
libraries/botbuilder-dialogs-adaptive
in 3 files, 1,269 LOC (12%)
libraries/botframework-connector
in 5 files, 321 LOC (3%)
libraries/botbuilder
in 1 file 116 LOC (2%)
libraries/botbuilder-dialogs
in 1 file 54 LOC (1%)
libraries/botbuilder-ai
in 2 files, 758 LOC (27%)
generators/generator-botbuilder
in 2 files, 195 LOC (7%)
build/AnalyzeDependencies
in 1 file 180 LOC (22%)
tools/framework
in 1 file 96 LOC (13%)
tools/scripts
in 3 files, 313 LOC (45%)
testing/testbot
in 1 file 96 LOC (19%)
testing/streaming-e2e
in 1 file 24 LOC (5%)
testing/browser-functional
in 1 file 87 LOC (24%)
libraries/botbuilder-applicationinsights
in 1 file 102 LOC (69%)