Update TODO

This commit is contained in:
Jonathan Daugherty 2015-06-28 20:07:07 -07:00
parent 0faa130f13
commit 687dc91412

View File

@ -4,6 +4,7 @@ Bugs / design issues:
contain width and height in the context, and behave differently if
they're Nothing (same for boxes?)
- Do we need CropLeftBy and CropTopBy if we just Translate negatively?
- Simplify attribute management (too many combinators)
Features:
- Text manipulation API
@ -16,5 +17,7 @@ Features:
Performance:
- Write benchmarks for render on various primitive types
- Use a zipper for the list widget, use vectors for storage
- Use a zipper for the list widget, use vectors for storage, or
generalize interface to some traversable so the caller decides what
structure to use (e.g. tree)
- Use Vector instead of List where sensible