|
|
|
|
|
by kibwen
263 days ago
|
|
> And the more nested the format becomes, with arrays of dicts, or dicts of arrays, the harder it is to follow. While I have some minor annoyances with TOML, I counterintuitively consider it a strength of the format that nesting quickly becomes untenable, because it produces pressure on the designers of config file schemas to keep nesting to a minimum. Maybe some projects have a legitimate need for something more complex, but IMO config files are at their best when they're just key-value pairs organized into sections. |
|