this post was submitted on 15 Aug 2023
32 points (100.0% liked)

Experienced Devs

125 readers
1 users here now

A community for discussion amongst professional software developers.

Posts should be relevant to those well into their careers.

For those looking to break into the industry, are hustling for their first job, or have just started their career and are looking for advice, check out:

founded 1 year ago
MODERATORS
 

.yaml, .toml, etc?

you are viewing a single comment's thread
view the rest of the comments
[–] Reihar 1 points 1 year ago* (last edited 1 year ago)

I remember reading that article a while ago that I believe expresses concisely why yaml is rarely (almost never?) a good choice.

I would agree with the TOML recommendation at the end of the article or to switch to an even simpler format for simpler needs, something easy to read, hard to mess up when writing and easy to parse. I'm not sure about that scale, maybe ini files? Suggestions are welcome.