There is a huge difference between "programming" and "coding." Programming includes a whole lot of think time and different people think in different ways. I tend to do a lot of work on paper, for instance. I don't know anyone who spends 8 hours a day coding, at least not consistently and probably not even on average over any long period.

I have had binges where, once I had a sufficiently complete design, I banged out module after module for 36 hours straight attempting to meet a looming deadline. Well, in truth, I only managed 36 hours once and 16 or more hours only a small handful of times. Even those periods, which unsurprisingly didn't result in my best work, were punctuated with frequent breaks for the bathroom, munchies, caffeine, and, as I used to smoke, cigarettes.

Having had those experiences I know that I, personally, can only effectively code for long stretches if I know exactly what I need to write. If I find myself redesigning something on the fly, it's time to step away from the keyboard because I'm bound to screw it up. I have to have the task broken up into clear-cut pieces.

These days, I tend to spend about as much time in meetings as I do "really working." I'll admit, though, that I've come to enjoy getting my eyes away from the screen and talking to people for awhile instead.

-sauoq
"My two cents aren't worth a dime.";

In reply to Re: Programming Perl as a Job: 8 hours a day is too much for me by sauoq
in thread Programming Perl as a Job: 8 hours a day is too much for me by princepawn

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.