1
Programming / Re: info files
« on: April 23, 2013, 08:19:27 AM »
I tend to use YAML; it's similar to JSON, but it's more human readable.
Plain text, or some representation of your own design is only good if you don't intend for other people to modify your files (unless they're very simple). If you do intend the files to be modifiable by other people, using something with a standard is generally a better idea.
Plain text, or some representation of your own design is only good if you don't intend for other people to modify your files (unless they're very simple). If you do intend the files to be modifiable by other people, using something with a standard is generally a better idea.