• aes@programming.dev
    ·
    11 months ago

    "Appendable" seems like a positive spin on the "truncated YAML-file is frighteningly often valid" problem...

    • lysdexic@programming.dev
      hexagon
      ·
      11 months ago

      "Appendable” seems like a positive spin on the (...)

      I don't think your take makes sense. It's a write-only data structure which supports incremental changes. By design it tracks state and versioning. You can squash it if you'd like but others might see value in it.