I like pens, but I use lots of pens, as I tend to make notes in more than just one color.

For me, it depends more on just what it is that I'm trying to review than anything else. I try to keep to the whole paperless office thing, but I find that printouts are useful when trying to trace the logic flow through large programs, especially those that I didn't write myself.

I tend to use at least three colors -- typically, I'll go through once, and try to reduce out that stuff that's not important (scratch it out in black, as I find it's less obtrusive), and make marks in the margin using blue to track where important sections are, and red wherever I think there might be problems.

There's not really any firm rules on the colors, though... if I have a highlighter, or a green pen, I might use some other marks of interest. Sometimes, I'll just use question marks to mark sections that I'm unsure of, and arrows to mark other stuff I want to come back to review again.

I do agree that sometimes it's easier to look at paper copies, rather than staring at a computer screen... especially when you get to that point where your mind is swimming, and the letters seem like they're trying to crawl about the screen.

I don't tend to go outside, as I also make heavy use a white board to keep track of entering/exiting objects, subroutines, or whatever. (and I don't chew tobacco... I much prefer large doses of sugar and caffeine)


In reply to Re^2: Code Review - What Medium? by jhourcle
in thread Code Review - What Medium? by ghenry

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.