microsoft / terminal
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
79,921 LOC (24%)
142 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
79,921 LOC (24%)
142 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
142
files match defined criteria (
79,921
lines of code,
24.9%
vs. main code):
108
*.cpp files (
74,886
lines of code)
14
*.hpp files (
1,898
lines of code)
13
*.h files (
1,432
lines of code)
2
*.cs files (
937
lines of code)
2
*.ps1 files (
494
lines of code)
2
*.xaml files (
142
lines of code)
1
*.cmd files (
132
lines of code)
225
lines match the content pattern.
details...
per component - primary logical decomposition
oss/boost
in 7 files, 1,098 LOC (1%)
src/cascadia
in 41 files, 31,167 LOC (45%)
src/host
in 25 files, 18,520 LOC (36%)
src/terminal
in 7 files, 4,360 LOC (22%)
src/interactivity
in 12 files, 3,624 LOC (25%)
src/renderer
in 12 files, 6,413 LOC (45%)
src/types
in 6 files, 2,199 LOC (30%)
src/propsheet
in 2 files, 1,122 LOC (18%)
src/buffer
in 6 files, 1,811 LOC (30%)
dep/jsoncpp
in 1 file 4,368 LOC (77%)
src/inc
in 2 files, 670 LOC (12%)
src/server
in 14 files, 2,546 LOC (60%)
build/Helix
in 1 file 510 LOC (32%)
src/propslib
in 1 file 270 LOC (18%)
tools
in 1 file 132 LOC (9%)
src/winconpty
in 2 files, 617 LOC (73%)
build/scripts
in 1 file 293 LOC (50%)
doc/reference
in 1 file 201 LOC (100%)