I absolutely hate it when the boss comes to me and says that one project or the other is priority and that I shouldn't work on anything else. I just don't work well that way. I like to have two projects going especially if one is hardware and one is software. Gives a nice break for the old brain. I have to get up from the chair and move around so I like to find things outside the realm of coding in which to contribute.

The feast or famine cycle is the same with any act requiring creativity. It's the same whether I designing circuits, coding perl or making little metal widgets. It takes some time to get your head around the problem. Then there is a burst of creativity followed by a period where you just feel 'dumb'.

I started on the hardware end of things where we had a daily journal and had to turn in a copy of our notes at the end of the week. So note taking is ingrained into my work habits. I even keep journals at home. The notes assist in coming back to a task after some interruption. I find as I get older that notes are indispensable in those situations. Some days I'm very glad I took copious notes. Other days I'm very disappointed that I didn't take enough notes.

There is always discussion about bottom-up verses top-down methods, but I switch back and forth between the two depending on my state of mind. On days when my brain feels 'thick' its nice to have a structure to work within. One other days, especially after looking at a problem for a while, the code starts coming out and you can't stop it.

I had a boss once, we worked together at two different companies and got along famously, that insisted that no projects ever be 'rewritten'. He claimed that rewrites took to long and the product was always inferior. Yet you look at a crappy piece of code long enough and you just have to dig in and fix it. I rewrote several of his projects. He never knew until it was too late.


s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s |-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,, $|=1,select$,,$,,$,,1e-1;print;redo}

In reply to Re: How do you code? by starbolin
in thread How do you code? by bastard

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.