microsoft / BotFramework-WebChat
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
7,009 LOC (33%)
71 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
7,009 LOC (33%)
71 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
71
files match defined criteria (
7,009
lines of code,
33.6%
vs. main code):
15
*.tsx files (
3,403
lines of code)
29
*.js files (
2,065
lines of code)
27
*.ts files (
1,541
lines of code)
114
lines match the content pattern.
details...
per component - primary logical decomposition
packages/component
in 29 files, 3,254 LOC (33%)
packages/api
in 11 files, 1,102 LOC (35%)
packages/bundle
in 10 files, 846 LOC (28%)
packages/core
in 10 files, 569 LOC (29%)
packages/playground
in 3 files, 587 LOC (59%)
packages/directlinespeech
in 4 files, 466 LOC (57%)
packages/support
in 4 files, 185 LOC (32%)