Expand description
Architecture Inference — Invention 8.
Infer architecture from the code structure itself. No documentation needed. Detects patterns like Layered, MVC, Microservices, etc. from module structure and dependency directions.
Structs§
- Architecture
Anomaly - An architecture anomaly.
- Architecture
Component - An architectural component.
- Architecture
Inferrer - Infers architecture from code structure.
- Architecture
Layer - An architectural layer.
- Data
Flow - A data flow between components.
- Inferred
Architecture - Inferred architecture.
Enums§
- Anomaly
Severity - Severity of an anomaly.
- Architecture
Pattern - Detected architecture pattern.
- Component
Role - Role of an architectural component.