Obfuscation is actually beside my point. The point is we don't use every "feature" of our natural languages, and likewise I see nothing wrong with not using every feature of our programming languages.

My children speak the same language I do, but they probably never will speak it the same way I do. There will be elements and idioms that I will use once in a while that they'll never use. Likewise, they will learn language constructs from their peers that I won't find all that expressive.

You're correct that some programmers will go out of their way to avoid global variables. Some will go out of their way to have object orientation. And so on and so forth. That may be a result of their experience or a result of their education or even a result of some misunderstanding. In any case, it's a result of them being individuals.

There are things I won't write because I had some bad experience in the past. I may not remember the details. I remember what got me into some trouble, and I still avoid it without remembering why. I don't see much problem with this as long as I can still "get the job done."


In reply to Re^8: No garbage collection for my-variables by kyle
in thread No garbage collection for my-variables by betterworld

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.