For me, this depends mostly on the size of the project, amount of usage (etc) so depends on just how much thought I give it.

However, programming with Perl as left me with the idea that if the program is *hard to write* then I have the wrong datastructure or algorithm (usually both) and I'm shooting myself in the foot.

Of the groupings you mentioned, because of the above I'd say I fell between science and art. After all, recognising why and how something is hard (or not) is an art yet the physical act of programming itself is more of an empirical science. To me at least.

Because of that, I don't see variables as *variables* I visualise the thing they are doing on my behalf. In some cases (wierd as it may sound) I even think of them as sticky notes, post-it notes if you're from the UK :).

I don't think, however, that if someone looked at my code they would necessarily see my 'programming personality' as I am forced to keep my code as structured and as clear as possible due to my working environment. I do the personality stuff for fun :).

In reply to Re: How do you view programming by simon.proctor
in thread 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.