Comment by gampleman
2 days ago
I think you missed the "typeless" idea. That basically means every value is a string and so it's up for the application to parse and validate.
2 days ago
I think you missed the "typeless" idea. That basically means every value is a string and so it's up for the application to parse and validate.
so you mean a config file that can have a different meaning depending on who's parsing? sounds nice and not dangerous at all
Isn't the meaning of a config file always dependent on the application you are configuring?