Hacker News new | ask | show | jobs
by esafak 692 days ago
What config format do you recommend?
1 comments

For this specific scenario, a simple custom format, one line per config, properties separated by commas and key from value by equals. In C# you can populate a dictionary with readallines/linq in one line of code. Need hierarchy/tree, use dots at the property name. Kiss