|
|
|
|
|
by linkdd
1465 days ago
|
|
The question I must ask then is: 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". |
|
I'm personally of the opinion that using a scripting language is the worst option. Going that route is giving up on most forms of static analysis, since you can't inspect configuration values without executing untrusted code.