GoogleCloudPlatform / training-data-analyst
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
305,700 LOC (30%)
734 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
305,700 LOC (30%)
734 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)( |:| ).*
".
734
files match defined criteria (
305,700
LOC,
30.4%
vs. main code):
278
*.ipynb files (
263,907
LOC)
333
*.py files (
36,489
LOC)
40
*.java files (
2,288
LOC)
69
*.js files (
1,763
LOC)
8
*.html files (
758
LOC)
1
*.go files (
356
LOC)
3
*.scala files (
115
LOC)
2
*.yaml files (
24
LOC)
4,134
lines match the content pattern.
details...
per component - primary logical decomposition
courses
in 667 files, 279,981 LOC (32%)
quests
in 54 files, 19,111 LOC (23%)
blogs
in 6 files, 1,398 LOC (3%)
self-paced-labs
in 5 files, 4,758 LOC (20%)
bootcamps
in 2 files, 452 LOC (10%)