Skip to main content

Module pattern_extract

Module pattern_extract 

Source
Expand description

Pattern Extraction — Invention 12.

Extract implicit patterns and make them explicit, enforceable. Codebase has patterns, but they’re implicit. New code doesn’t follow them.

Structs§

ExtractedPattern
An extracted pattern.
PatternExtractor
Extracts and validates patterns in the codebase.
PatternInstance
An instance of a pattern.
PatternStructure
Structure of a pattern.
PatternViolation
A pattern violation.

Enums§

ViolationSeverity
Severity of a violation.