microsoft / SandDance
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,780 LOC (12%)
18 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
2,780 LOC (12%)
18 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
18
files match defined criteria (
2,780
lines of code,
13.0%
vs. main code):
11
*.ts files (
1,471
lines of code)
6
*.tsx files (
1,196
lines of code)
1
*.scss files (
113
lines of code)
21
lines match the content pattern.
details...
per component - primary logical decomposition
packages/sanddance-explorer
in 3 files, 434 LOC (5%)
packages/sanddance-specs
in 3 files, 310 LOC (5%)
packages/sanddance
in 1 file 668 LOC (30%)
packages/vega-deck.gl
in 3 files, 166 LOC (8%)
packages/sanddance-app
in 2 files, 651 LOC (55%)
packages/chart-recommender
in 1 file 25 LOC (11%)
extensions/common-frontend
in 1 file 152 LOC (71%)
extensions/azdata-sanddance
in 1 file 134 LOC (100%)
packages/sanddance-embed
in 1 file 117 LOC (87%)
packages/sanddance-react
in 1 file 72 LOC (64%)
extensions/vscode-sanddance
in 1 file 51 LOC (100%)