diff options
Diffstat (limited to 'content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html')
-rw-r--r-- | content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html | 13 |
1 files changed, 13 insertions, 0 deletions
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 +--- + +<p><a href="http://eng.genius.com/blog/2009/04/15/yaml-gotchas/">This article</a> nicely illustrates my beef with <a href="http://yaml.org/">YAML</a>; +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. </p> + +<p>If you need to exchange structured data in a language-agnostic format, +do me a favor and use <a href="http://json.org/">JSON</a> instead.</p> + |