Joel points out that the hardest thing for him is the actual 'getting started', and comments on the constant moving forward of 'fire and motion' - I think there are two separate problems here, which are faces of the same coin.

Productivity is all about motivation. If you're not motivated, you can't be productive. Motivation is what makes you open the editor. Working on new code is cool, it's motivating. You can code for hours on new code. Perpetual re-invention and re-factoring, to make old code new again, gives you that motivation to continue working on it.

However, it's not solving the problem of motivation per se, since there are a number of ways to become 'motivated'. Eventually, code might become stale, and if the only way you can be motivated is to work on new code, I don't see what is going to motivate you to open the editor to refactor the code to make it new again. While moving forward is a good tool to motivate yourself, you need other tools in your box too....

The way I see it, you sometimes need to force yourself to open that editor. Even though you don't want to, you have to open it and attempt to concentrate on the task at hand. This will be entirely unproductive for the first hour, maybe the first few. However, it gets you back in the groove. It becomes easier again - but you just need to get over the initial hurdle. Teaching yourself to do that is hard at first, but possible and definitely helpful.


In reply to Re: Article: 'Fire and Motion' (on productivity) by kal
in thread Article: 'Fire and Motion' (on productivity) by lachoy

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.