General
26 views
Domain-Driven Design
Quick Definition
Software approach centered on business domain logic
Full Definition
An approach to software development centered on the business domain and its logic.
Examples
bounded contexts, aggregates, repositories, ubiquitous language
Related Terms
ddd
repository-pattern
architecture
More General Terms
Agile
Iterative approach delivering value incrementally
CQRS
Separating read and write models for better scaling
Trunk Based Development
Branching model integrating code to main branch frequently
API Documentation
Documentation describing API usage and integration
Technical Debt
Cost of rework from easy solutions over better ones
System Design
Defining architecture components and interfaces for systems