Virus of the mind? That reminds me of a condition I often suffer, which I call "debugging fever" (or sometimes just "coding fever"). I know I have the fever when I can't stop thinking about the program and keep tracing through it in my head. Or when I'm convinced that in "just five more minutes" I'll manage to fix the bug or finish whatever I was doing, and in the end it takes hours.

How one reacts when suffering the coding fever depends on one's personality. Some people may take it personally and get angry. I prefer to see it as a challenge, a puzzle to solve, and try to remain calm.

The best cure is to go to sleep. I'll probably keep tracing through the code in my dreams, because usually when I wake up everything seems clearer and I know how to fix the problem.


In reply to Coding fever by itub
in thread your attitude towards the code you write by zetetes

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.