• 0 Posts
  • 2 Comments
Joined 5 months ago
cake
Cake day: September 20th, 2025

help-circle
  • Faux@lemmy.mltoProgrammer Humor@lemmy.mlTOML
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    In yaml a mistake in indentation can easily result in a business error without config becoming invalid.

    Writing too much complex configs in files is a problem too ofc, we ended up moving a lot of stuff like that to a DB lately.

    I’m not a fan of indentation being logically meaningful not just in yaml. If you mess up indentation in python you can also get a technically valid code that’s wrong logically.