mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-12 12:23:21 +03:00
Update TODO
This commit is contained in:
parent
0faa130f13
commit
687dc91412
5
TODO.txt
5
TODO.txt
@ -4,6 +4,7 @@ Bugs / design issues:
|
|||||||
contain width and height in the context, and behave differently if
|
contain width and height in the context, and behave differently if
|
||||||
they're Nothing (same for boxes?)
|
they're Nothing (same for boxes?)
|
||||||
- Do we need CropLeftBy and CropTopBy if we just Translate negatively?
|
- Do we need CropLeftBy and CropTopBy if we just Translate negatively?
|
||||||
|
- Simplify attribute management (too many combinators)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- Text manipulation API
|
- Text manipulation API
|
||||||
@ -16,5 +17,7 @@ Features:
|
|||||||
|
|
||||||
Performance:
|
Performance:
|
||||||
- Write benchmarks for render on various primitive types
|
- 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
|
- Use Vector instead of List where sensible
|
||||||
|
Loading…
Reference in New Issue
Block a user