vote up 0 vote down star
1

Possible Duplicate:
How do you keep track of your programming TODOs?

When I am coding I do loose track of things I have to do. And its not just about general things, i forget lot of programming tasks as well. I carry a notebook with me note these things down but it can not shout-out and tell me I need to do those things.

Tried using GMail tasks but dint find it very usable.

What offline/online application options do we hackers have? And what works best for us?

Edited: Its not just about programming tasks. I mean all the tasks including coding tasks.

flag

closed as exact duplicate by Alex Reynolds, Aron Rotteveel, Mark, adamantium, 01 Oct 1 at 10:22

19 Answers

vote up 2 vote down check

I go with Post-it, made by 3M. Runs on a desk, monitor stand and many other platforms. It has a feature where you can write notes, edit them and catagorise them using a spatial interface. When the task is finished you can mark it as done or delete it.

link|flag
I'll just add that the "reporters notebook" application, while lacking some of the features of "post-it", can be more practical if you need to keep more detailed notes. In either case, there are a couple of well known bugs - "biro failure" and "someone 'borrowed' my biro". I recommend a well-guarded supply of pencils as a workaround. – Steve314 Oct 1 at 9:38
vote up 0 vote down

I've used Remember the Milk heavily in the past. It's a great app, especially if you need collaboration with other users.

However, I have since gone back to the tried-and-true pen and paper. There's something about physically crossing something off that just feels so good.

link|flag
vote up 0 vote down

Paper - or text editor, Subversion, and the Doxygen "todo" and "bug" annotations.

link|flag
vote up 0 vote down

TaskFreak

link|flag
vote up 0 vote down

Things on my iPhone

link|flag
vote up 0 vote down

For programming related tasks I like to use a pice of paper and strike out tasks as I finish them.

And for those with an Android phone: For other tasks, I love the application Astrid and Locale. They allow me to define locations and tag my tasks with locations. For example, work-related task appear when I'm at work. My shopping list appears when I'm in the store, etc.

link|flag
vote up 0 vote down

I use My Life Organized, it's a desktop app so it's fast and supports contexts (Getting Things Done) and hierarchical tasks/projects.. I find it ideal for breaking down developer tasks on a project.

If I just wanted a general To Do list, I'd look for something web-based as it's pretty much accessible and synchronized wherever you are. I think Remember the Milk is pretty well rounded, and has lots of different integrations and clients.

link|flag
vote up 0 vote down

The back of my hand and a thick marker.

I can use the rest of the arm if I run out of space... Once, in a peak of work, I ended up like Guy Pierce in Memento.

link|flag
vote up 0 vote down

Notepad (Scintilla for Windows in reality) :

  • simple IHM
  • I already know how it works
  • interoperability (e-mail, others tools)
  • I can search
  • it loads really fast
  • I can make one list, drag n drop lines or make several lists (in one or more document)

I use GTD, and it's a method not a tool.

I heard about a CLI program (search with keywords "GTD + command-line" to find some tools)

link|flag
vote up 0 vote down

I use trac for any real projects, for my personal things and misc notes I use a little "micro blog" system I wrote that runs as a website, locally.

link|flag
vote up 0 vote down

I found Todoist to be most convenient for me.

Plus it integrates nicely into my igoogle.com homepage

link|flag
vote up 1 vote down

Try using AIR application MiniTask.

link|flag
vote up 0 vote down

evernote hands down

link|flag
vote up 0 vote down

Rainlendar and Google Tasks.

link|flag
vote up 4 vote down

vim + paper notepad. I love to strike out already implemented tasks.

link|flag
vote up 2 vote down

Remember The Milk -- offers API so could be integrated with IDE and, possibly, has many interfaces (IDE, mobile, desktop app or even SVN hook).

But I prefer code comments parsed to TO DO lists by IDE itself -- it keep TODOs together with source code.

link|flag
vote up 0 vote down

I am in for notepad (I try to use it most of the times), I also used google gadget for some time.

Thanks,
Mahesh Velaga.

link|flag
vote up 0 vote down

Outlook Tasks

Visual Studio TODO tags

Mobile phone (slow)

For non-programming stuff, a notepad is best IMO

link|flag
vote up 1 vote down

I like BackPack from 37signals - they also have a simpler to-do app in Ta-da Lists. Online only, but I think you can get iPhone apps which will sync offline with both of these.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.