|
|
|
|
|
by ComradePhil
1465 days ago
|
|
They suggest "Writing your own" after they suggest the formats you mention and they clearly do not recommend it if anything else works for you: > If for some reason a key-value configuration format doesn’t meet your needs, and you can’t use a scripting language due to performance or size constraints, then it might be appropriate to write your own configuration format. But if you find yourself in this scenario, think long and hard before making a choice that will not only require you to write and maintain a parser but also require your users to become familiar with yet another configuration format. |
|
When does a key-value configuration format not meet your needs? Using a scripting language is still about setting key/values.
No, I claim that writing your own is *never* an appropriate choice.
So "think long and hard and then say no".