There are many ways to organize lists, and there are only a few that seem to be “required” because they serve a particular and unique function:
- Next Activity List: a list of all items that are ready to be executed immediately, and are on the list waiting for a scheduled time to be used.
- Someday List: a list of all items for which there is an interest in executing someday, but not immediately.
- Waiting For List: a list of all items that are awaiting some critical input before being executed. Continue reading “Different Kinds of Lists v2”