ArchitectureSystem Design
KW-0111Config Driven
Pattern
Meaning
system behavior controlled through configuration rather than hardcoded logic in code
Example
“Enable or disable features using config file or database setting without code changes”
Reference
Improves flexibility and reduces deployments; requires proper config management
Related
feature flagdynamic configexternal config