coates’s avatarcoates’s Twitter Archive—№ 20,822

    1. Honest question: if you think YAML is bad, why do you still use it? Or: what do you use instead? (For the purposes of this discussion, let’s avoid harping on *why* YAML is bad; that’s another topic.)
  1. …in reply to @coates
    For me, I still use YAML: - when I have to (another project requires it) - when it’s not strictly required but “everyone” uses it (Salt for example) so it’s dangerous to rock the boat - I try to use a loose JSON (e.g. hjson) implementation to allow comments, but also not ideal