microsoft / opensource-management-portal
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
16,708 LOC (30%)
67 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
16,708 LOC (30%)
67 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
67
files match defined criteria (
16,708
lines of code,
30.6%
vs. main code):
62
*.ts files (
15,775
lines of code)
4
*.pug files (
729
lines of code)
1
*.js files (
204
lines of code)
108
lines match the content pattern.
details...
per component - primary logical decomposition
lib
in 7 files, 2,283 LOC (23%)
views
in 4 files, 729 LOC (8%)
business
in 12 files, 5,503 LOC (70%)
routes
in 12 files, 2,389 LOC (38%)
jobs
in 4 files, 1,719 LOC (39%)
entities
in 2 files, 451 LOC (10%)
api
in 9 files, 1,363 LOC (33%)
middleware
in 5 files, 524 LOC (15%)
interfaces
in 2 files, 69 LOC (5%)
features
in 1 file 40 LOC (3%)
default-assets-package
in 1 file 204 LOC (20%)
webhooks
in 4 files, 339 LOC (38%)
ROOT
in 2 files, 407 LOC (55%)
user
in 2 files, 688 LOC (98%)