Monks, have you ever used an acronym with the assumption that everyone you're speaking to knows it. Fair warning, at least one of them probably doesn't and will try to decode it without interrupting to ask.

Earlier today I was discussing configuration options with a friend of mine, I said I planned on using Config::Tiny and just some simple ini files, but I was having trouble validating the creation of a nested structure using some user-defined sections for the nesting, so my friend suggests YAML thusly: "Why don't you use YAML?".

Now I had heard YAML before, but always as an acronym, and had guessed that it stood for Yet Another Markup Language and decided that quipping back: "You really expect me to learn Yet Another way to configure my programs?". This fetched merely a blank stare from someone who usually laughs at even worse puns.

The misunderstanding was quickly clarified, and in this case harmless, but the next time you step to use an acronym, think, "Does everyone really know what I'm saying?"


Note: For those who don't know, YAML stands for YAML Ain't Markup Language

In reply to Acronym assumptions. by Trizor

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.