Keeping good notes helps me switch between projects quickly. I jot down ideas as they come to me, and also write myself a quick note whenever I get pulled away from one project: for example, "left off at line xxx in file xx.pl, need to finish the data checking code for types y and z".

I keep a text file open in emacs for each large project that I'm currently working on. Any time I have an idea, I switch buffers and jot it down. At the top of the file are notes about the details of what I'm currently working on. Then I have another file with notes about shorter projects and other things I need to do. These files are mostly ordered top to bottom by priority. At the top of my main file is a section that I like to clear by the end of the day. I don't just keep programming notes in here -- I also include notes about emails and phone calls that I need to respond to, etc.

I'm not suggesting you adopt my system (maybe you're a vi person :), but having a good organizational system like this will really help you alternate between many projects.


In reply to Re: Time management, multitasking, and programming, oh my! by blahblahblah
in thread Time management, multitasking, and programming, oh my! by Whitehawke

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.