Part of the difficulty with writing out code (on paper or on a whiteboard) for me is that I type much faster than I write. My output buffers get filled very quickly with writing code down by hand and things get all jumbled up since ideas are flowing faster than they can come out. Mediating this process takes practice.

OTOH, I can draw pictures by hand much faster than using any sort of software to do so. (That's primarily because I haven't taken the time to learn packages like visio or dia or whatnot properly.)

Writing on a whiteboard is also a different experience than writing on paper, even if you're by yourself. You need to remember to keep the pen point slightly downward so the ink keeps flowing, and to write bigger than normal so other people can understand you. These sound like a stupid, small things but writing is something that's been drilled into you though rote from such an early age that picking these things up can be tricky, particularly if you do it infrequently. (People who attend lots of meetings are pros at this -- one of the best persons I've seen with a whiteboard is fellow perlmonk clemburg.)


In reply to RE: Conditioned Response (or lack thereof) by lachoy
in thread Conditioned Response (or lack thereof) by Petruchio

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.