TodoDAG

// TODO: use new data structure for task mgmt

James Fisher
Dec 19, 2013

How do you prioritize your tasks? Chances are, you use some form of to-do list. Perhaps you use some kind of advanced to-do list like kanban (read: Trello). Well, my suggestion here is that you’re doing it wrong. The list is the wrong data structure to use.

If your task list has more than a few tasks in it, you may have found that the way you’ve ordered the list feels a bit arbitrary. That it doesn’t tell the whole story. And that it feels very … flat.

… To read the rest of this post, visit it on my blog at jameshfisher.com!

--

--