http://qs321.pair.com?node_id=176004

What kind of acronyms a mortal perl hacker trips across at his immediate/past work place(s)? Are there any that are exceptionally clever? Amusing? Odd? Ugly? Or hard to pronounce?

Although lists of every imaginable acronym on the planet have already been compiled and made available on the Internet (like this one URL: http://www.delorie.com/gnu/docs/vera/vera_11.html), it would be interesting to find out your list of favourite (or not so :) acronyms and the how/when/why you came up with one, or simply the place you found it and why you liked it.

Of course, to begin with, let me share with own list:
  • YEAHYEt Another Hack.

    In my Perl code, I used to denote any chunk of code that I felt uncomfortable with by simply including a comment like so:
    # HACK: # … hack code follows…
    Not so long ago, I thought of coming up with a replacement for the word ‘HACK’. I had considered switching back to ‘TODO’, but couldn’t then fit it in all cases as with most ‘hack’ code, there wasn’t much ‘to do’ with it other than replace/rewrite it. So, there somehow came the word ‘YEAH’. It was simply a play on the JAPH acronym and quite frankly I was bemused to discover that it does sound like a common utterance ‘yeah!’.

  • JAPH - Just Another PERL Hacker

    Hey, I guess this comes from merlyn?

  • BUG - Bust yoUr Guts (hey, this may fall under the 'Gore' category, don't you think? ;-)

  • GUMS - Groups’n’User Management System.

    I came up with this acronym while working on a new user management tool at my current job.


_____________________
# Under Construction