Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do you keep track of your programming TODOs?
    primarykey
    data
    text
    <p>I'm one of those people who can't get anything done without a to-do list. If it isn't on the list it doesn't exist.</p> <p><strong>Notepad Method:</strong> </p> <p>When I'm programming I've been keeping notepad open with a list of to-do's for my current project. I'll constantly re-arrange these based off priority and I cross them off and move them to the completed section when I'm finished with that particular task.</p> <p><strong>Code Comments:</strong></p> <p>Some programmers pepper their projects source code with:</p> <pre><code>// TODO: Fix this completely atrocious code before anyone sees it </code></pre> <p>Plus, I know that there are some tools that show you a list of all TODOs in your code as well.</p> <p><strong>Website Task Tracker:</strong></p> <ul> <li><a href="http://rememberthemilk.com" rel="noreferrer">Remember The Milk</a></li> <li><a href="http://www.backpackit.com/" rel="noreferrer">Backpack</a></li> <li><a href="https://www.manymoon.com/misc/help" rel="noreferrer">Manymoon</a></li> <li><a href="http://voo2do.com/" rel="noreferrer">Voo2do</a></li> <li><a href="http://gmailblog.blogspot.com/2008/12/new-in-labs-tasks.html" rel="noreferrer">Gmail Tasks</a> </li> <li><a href="http://www.teuxdeux.com" rel="noreferrer">TeuxDeux</a></li> <li><a href="http://www.todododo.com" rel="noreferrer">TodoDodo</a></li> <li><a href="http://www.tadalist.com" rel="noreferrer">Ta-da lists</a> ... and many more</li> </ul> <p>What have you found to be the best method of keeping track of your to-do lists for multiple projects? </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload