Hacker News new | ask | show | jobs
by XorNot 1411 days ago
I don't get how anyone uses TOML. YAML is whitespace sensitive but it's python rules and quite sensible.

TOML is just plain unreadable to me when I have to figure out what I'm looking at: I convert it to YAML to both read and write it when I have to add new lists/maps.

1 comments

You are not alone, I find TOML awful to use and hate when I get forced into it.

Give me YAML or JSON at least they make sense.