aws-samples / aws-serverless-saas-workshop
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
3,379 LOC (3%)
29 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
3,379 LOC (3%)
29 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
29
files match defined criteria (
3,379
lines of code,
3.4%
vs. main code):
19
*.py files (
3,209
lines of code)
10
*.ts files (
170
lines of code)
39
lines match the content pattern.
details...
per component - primary logical decomposition
Solution/Lab6
in 2 files, 316 LOC (2%)
Solution/Lab5
in 2 files, 296 LOC (2%)
Solution/Lab4
in 1 file 17 LOC (<1%)
Solution/Lab3
in 1 file 17 LOC (<1%)
Lab6/server
in 3 files, 592 LOC (9%)
Lab5/server
in 3 files, 749 LOC (12%)
Solution/Lab2
in 1 file 17 LOC (<1%)
Lab5/client
in 1 file 17 LOC (<1%)
Lab6/client
in 1 file 17 LOC (<1%)
Lab3/client
in 1 file 17 LOC (<1%)
Lab4/client
in 1 file 17 LOC (<1%)
Lab4/server
in 3 files, 411 LOC (9%)
Lab3/server
in 5 files, 514 LOC (12%)
Lab2/server
in 3 files, 365 LOC (13%)
Lab2/client
in 1 file 17 LOC (<1%)