microsoft / workbooks
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
15,622 LOC (19%)
77 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
15,622 LOC (19%)
77 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
77
files match defined criteria (
15,622
lines of code,
19.3%
vs. main code):
61
*.cs files (
12,637
lines of code)
7
*.tsx files (
1,385
lines of code)
7
*.ts files (
1,221
lines of code)
1
*.xaml files (
325
lines of code)
1
*.css files (
54
lines of code)
113
lines match the content pattern.
details...
per component - primary logical decomposition
Agents/Xamarin.Interactive
in 9 files, 1,783 LOC (13%)
Clients/Xamarin.Interactive.Client
in 11 files, 2,489 LOC (20%)
Clients/Xamarin.Interactive.Client.Mac
in 4 files, 673 LOC (7%)
Clients/Xamarin.Interactive.Client.Windows
in 7 files, 1,323 LOC (19%)
Clients/CrossBrowser
in 3 files, 223 LOC (4%)
Clients/Xamarin.Interactive.Client.Web
in 11 files, 1,775 LOC (37%)
Clients/Xamarin.Interactive.Client.Desktop
in 7 files, 1,169 LOC (24%)
CodeAnalysis/Xamarin.Interactive.CodeAnalysis
in 5 files, 1,176 LOC (34%)
CodeAnalysis/Xamarin.Interactive.CodeAnalysis.Roslyn
in 4 files, 1,112 LOC (51%)
Clients/Xamarin.Interactive.Client.Console
in 2 files, 1,382 LOC (92%)
Agents/Xamarin.Interactive.Mac
in 3 files, 620 LOC (42%)
Agents/Xamarin.Interactive.Android
in 1 file 78 LOC (9%)
WorkbookApps/Xamarin.Workbooks.WebAssembly
in 1 file 363 LOC (47%)
Agents/Xamarin.Interactive.iOS
in 2 files, 298 LOC (46%)
ClientIntegrations/Xamarin.Workbooks.Client.iOS
in 2 files, 554 LOC (94%)
Agents/Xamarin.Interactive.Wpf
in 1 file 39 LOC (7%)
Agents/Xamarin.Interactive.Forms.Android
in 1 file 160 LOC (50%)
Agents/Xamarin.Interactive.Forms.iOS
in 1 file 174 LOC (58%)
Agents/Xamarin.Interactive.Forms
in 1 file 202 LOC (81%)
WorkbookApps/Xamarin.Workbooks.iOS
in 1 file 29 LOC (19%)