This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
mantis:wwwrig:start [2018/11/05 13:27] admin |
mantis:wwwrig:start [2018/11/05 13:28] (current) admin |
||
---|---|---|---|
Line 49: | Line 49: | ||
* When working with revision control, monolithic config files that refer to multiple features will often be a source of contention between programmers working on different tasks | * When working with revision control, monolithic config files that refer to multiple features will often be a source of contention between programmers working on different tasks | ||
* When code is generated from config, any parts of code that either need, or could benefit from, customization can't be preserved across the code-generation cycle | * When code is generated from config, any parts of code that either need, or could benefit from, customization can't be preserved across the code-generation cycle | ||
- | * Code that simply reads configuration, in contrast to code generated from configuration, enjoys most/all of the benefits of configuration, without these significant problems | + | * Code that simply **reads** minimal configuration, in contrast to code generated **from** configuration, enjoys most/all of the benefits of configuration, without these significant problems |
------ | ------ |