Search Results
6/18/2025, 4:57:44 PM
>>105631224
INI is like CSV in that it's superficially simple but whenever you configure something there's a 50 50 chance that the parser is just
line.split("=")
and you WILL need escaping for a thing that the developer didn't think of.
Which is why firmly standardized config formats are just better.
Also I need entire arrays of objects for this.
>>105631212
True. XML is peak verbose though.
INI is like CSV in that it's superficially simple but whenever you configure something there's a 50 50 chance that the parser is just
line.split("=")
and you WILL need escaping for a thing that the developer didn't think of.
Which is why firmly standardized config formats are just better.
Also I need entire arrays of objects for this.
>>105631212
True. XML is peak verbose though.
Page 1