After the thread "A Matter of Style", and numerous threads about TIMTOWTDI, I pose the following

How do you view your code building process? How do you view your data structures, design role, program flow, etc...?

There are the people who say programming is a science like engineering, others say it's more of an art, while yet others state it lies inbetween. I'm not so interested in where a monk thinks it falls in that scale, but rather how they go about preparing themselves for a project, how they view thier thought process of data correlation into a final product.

With a language as free form as perl, you sometimes can get a decent view into how people view their problem space, or data structures by the code they write. Other times a few lines may be nothing more than slightly intelligible gibberish, as people delve into globs, built in vars, and deep magic optimizations

For me it has always been slightly closer to an alchemical process. Taking raw/impure base items, purfiying until I am satisfied with each items state, pushing it all through a some process (whether simple or complex), and producing a new item, which is usually greater than the sum of the components.

What is it like for you? Do you view variables as containers or simply some type of way to get your data back from the void which is memeory?

/* And the Creator, against his better judgement, wrote man.c */

In reply to How do you view programming by l2kashe

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.