Hacker News new | ask | show | jobs
by TeMPOraL 2811 days ago
Yes. In particular, if you use the same place to note down things you want to do in the first place. Then it boils down to continuously reviewing the list and picking the next thing to work on.
1 comments

This is a reason why I generally avoid using TODO/FIXME type comments in my code. I'm much more likely to forget about them, whereas I always need to look at my org-mode project file to see what I need to do. So that's where I put them.