From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- ...-talk-to-your-kids-about-yaml-or-their-friends-will.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html (limited to 'content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html') diff --git a/content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html b/content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html new file mode 100644 index 0000000..6542789 --- /dev/null +++ b/content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html @@ -0,0 +1,13 @@ +--- +date: "2009-04-15T16:38:00Z" +title: Talk to Your Kids About YAML or Their Friends Will +--- + +

This article nicely illustrates my beef with YAML; +namely, the YAML grammar is far too complicated. Complexity in data +serialization and exchange formats should be avoided, because it +virtually guarantees subtle interoperability problems.

+ +

If you need to exchange structured data in a language-agnostic format, +do me a favor and use JSON instead.

+ -- cgit v1.2.3