I write code on paper during class. I'll be sitting in my DSA (data structures & algorithms) class, and the professor will be telling us about graph theory, and while everyone else takes notes, I'm working on that damn regex parser. Or coming up with ways of making linked lists and stacks and binary trees in C++ without the typical "node" idea.

I can code anywhere, probably at any time. If I'm in bed, and an idea strikes me, I'll jot it down, even if it means I now have to try to fall asleep again.

Music helps me "concentrate". Basically, if I'm in a good mood, code flows more freely. Music puts me in a good mood, even if it's Rage Against the Machine or Metallica. I think if I were working in complete silence, it'd be hard.

I often come up with amazing ideas ($horn->toot) when I'm not at the computer -- playing foosball, or walking to class, or (this is the best) when I'm working out. I'll be lifting, and suddenly I have an idea, and I have to decide whether to keep working out and risk forgetting the idea, or taking a break to jot it down. Code is generally NOT something you'd take a break from lifting for, but who cares? ;)

$_="goto+F.print+chop;\n=yhpaj";F1:eval

In reply to RE: What are your favorite coding environments? by japhy
in thread What are your favorite coding environments? by xjar

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.