|
|
|
|
|
by drdexebtjl
8 days ago
|
|
The problem is that you end up with multiple dialects, just like INI. For example, I’ve seen booleans being represented with “enable”/“disable”, “yes”/“no”, “t”/“f”, “1”/“0”. Sometimes a mix in the same program. It’s nice that every TOML config requires “true”/“false” across any application. |
|