diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2009-04-15-talk-to-your-kids-about-yaml-or-their-friends-will.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
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> + |