Tagged Questions

0
votes
1answer
71 views

How to show relationships between Todo-lists?

How can I show relations between ToDo-lists? I am using Devtodo. I will give an example. I have my MIT humor in one XML-file: <todo version="0.1.19"> <note priori …
1
vote
4answers
67 views

TODO: comments are not showing up in the Task List

I had to reinstall all my development tools after a hard drive failure and I'm having a problem with Visual Studio. I had a bunch of //TODO: items scattered throughout my projects …
2
votes
3answers
76 views

How to show more than 100 tasks //TODOs at once in Eclipse?

As the title says, how do I display more than 100 tasks at once in Tasks window in Eclipse? Alternatively, how do I browse tasks past 100? I have a lot of .c files in my project w …
3
votes
12answers
326 views

Should I keep todo lists in source control?

I have some trouble figuring out the best way to store my programming todo lists. I consider the following: one todo list in source control for each project a master todo list ( …
0
votes
19answers
144 views

which to-do list application do you use? [closed]

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 for …
0
votes
0answers
39 views

Getting Doxygen and MSVC TODO tags to work together

In doxygen, the standard "/// \todo stuff" is used to tag a todo item. I do most of my coding in MSVC so it's handy to be able to see the TODO's in the Task List. MSVC uses "//TO …
0
votes
1answer
31 views

Native interface to Ticket systems

Does any web bug/ticket system (Jira, Google Code, github, etc) offer a native plugin to add new tickets and update existing ones? My current tickets are usually few lines long, a …
0
votes
9answers
245 views

How do you organize / use your paper notebook on your desk? [closed]

Looking around our office it appears every developer uses a paper notebook / sticky notes of some sort for meetings / design ideas / todo's /etc. I am wondering how people current …
1
vote
1answer
36 views

Easy way to implement dynamic views?

View are useful constructions of Python 3. For those who never noticed (like me): for a dictionary d you can write k = d.keys() and even if you update d the variable k will still b …
0
votes
0answers
73 views

How can I speed up Netbeans Task Marker resolution?

I'm trying to quickly navigate and fix problems in code in Netbeans, and it just takes too long. I'll fix a problem, and it will take seconds to re-compile. While this is happeni …
5
votes
4answers
230 views

Easy simple and effective TODO list management

Hi, I am looking for a simple, easy to use, effective TODO list management. It will be better if I can link to my code where to make that TODO change. Is there any open source so …
6
votes
20answers
459 views

How to mark some code that must be removed before production?

Sometimes for testing/developing purposes we make some changes in the code that must be removed in a production build. I wonder if there is an easy way of marking such blocks so th …
4
votes
6answers
367 views

SVN + PROJECT MANAGEMENT + WIKI + TODO LIST

Hi there Let's say I have web hosting account on linux on which i wish to host a svn server with wiki, project management to do lists, bugs, etc. Can you recommend me such a tool …
15
votes
33answers
1k views

How do you keep track of your programming TODOs?

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. Notepad Method: When I'm programming I've been keeping note …
4
votes
19answers
384 views

Do you have examples of comments or todos that were difficult to interpret?

I'm writing a chapter of my dissertation that deals with contextual cues and I'm looking for good examples of comments (or todo comments) where it's obvious that whoever wrote them …