Mercurial > wow > breuesk
comparison Lists.lua @ 31:d27c28e5f964
Updating TODOs
author | John@Yosemite-PC |
---|---|
date | Sun, 11 Mar 2012 17:49:34 -0400 |
parents | 7b01c9b2b411 |
children | 0e03db65c1fe |
comparison
equal
deleted
inserted
replaced
30:7b01c9b2b411 | 31:d27c28e5f964 |
---|---|
10 -- TODO: switch all action functions to use identifiers rather than names | 10 -- TODO: switch all action functions to use identifiers rather than names |
11 -- TODO: collaborative list trimming | 11 -- TODO: collaborative list trimming |
12 -- TODO: collapse slists into delimited strings for space (premature optimization?) | 12 -- TODO: collapse slists into delimited strings for space (premature optimization?) |
13 -- TODO: organize working state data a little more carefully - hard to keep | 13 -- TODO: organize working state data a little more carefully - hard to keep |
14 -- track of all the arrays that are floating out there | 14 -- track of all the arrays that are floating out there |
15 -- TODO: (meta) remove/nuke player from all lists | |
16 -- TODO: remove person (trivial unless implementing a history viewer or | |
17 -- something) | |
18 | 15 |
19 -- holy crap long notes {{{ | 16 -- holy crap long notes {{{ |
20 -- notes on list storage: | 17 -- notes on list storage: |
21 -- Using names as keys as I do now is atrocious. | 18 -- Using names as keys as I do now is atrocious. |
22 -- It prevents insertions (twss) to the middle of the list because then it acts | 19 -- It prevents insertions (twss) to the middle of the list because then it acts |