this post was submitted on 15 Aug 2023
41 points (95.6% liked)

Technology

58011 readers
2829 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

cross-posted from: https://programming.dev/post/1743099

.yaml, .toml, etc?

you are viewing a single comment's thread
view the rest of the comments
[–] atzanteol 14 points 1 year ago (7 children)

I don't know which is the best, but yaml is the worst.

[–] [email protected] 14 points 1 year ago* (last edited 1 year ago) (6 children)

Uh no, the worst is a tie between XML and JSON.

XML because the syntax is hard to read and even harder to write, and JSON because you can't do comments. WTF.

[–] atzanteol 5 points 1 year ago (2 children)

XML is a bit verbose but otherwise easy to understand. JSON5 supports comments.

And neither requires me to explain weird formatting nuances to devops engineers.

YAML is a pain to read (lists of structures are very messy), can't be auto-formatted, and is full of weird "gotchas" (Norway, errant tabs, etc.) if you don't do things "the right way."

Requiring the use of whitespace in formatting is wrong. End of.

[–] [email protected] 0 points 1 year ago (1 children)

Somebody has to say it, so I'm taking on the duty:

If whitespace is a problem, you use the wrong editor.

[–] atzanteol 6 points 1 year ago

Oh, yeah, nothing like telling a dba they're using the wrong editor when they're trying to configure something.

If your config format requires specific editors you're using the wrong format.

load more comments (3 replies)
load more comments (3 replies)