JetBrains / 100-exercises-to-learn-rust
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,920 LOC (49%)
160 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
3,920 LOC (49%)
160 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
160
files match defined criteria (
3,920
LOC,
50.0%
vs. main code):
81
*.rs files (
2,441
LOC)
79
*.yaml files (
1,479
LOC)
257
lines match the content pattern.
details...
per component - primary logical decomposition
Threads
in 26 files, 768 LOC (47%)
TicketV2
in 33 files, 913 LOC (66%)
TicketManagement
in 32 files, 883 LOC (67%)
TicketV1
in 19 files, 542 LOC (61%)
Traits
in 26 files, 438 LOC (52%)
Futures
in 14 files, 274 LOC (41%)
ABasicCalculator
in 10 files, 102 LOC (22%)