The architectural pattern that organizes code by business capability rather than technical layer is called ________ Architecture.
- Artifact / Model Registry
- Augmented
- Domain-Driven Design / DDD
- Green / Energy-Efficient
Answer: Domain-Driven Design / DDD
DDD aligns software structure with business domains: entities, aggregates, bounded contexts. Improves maintainability and team autonomy. Critical for complex enterprise application design.