Added a TODO related to the previous commit.

This commit is contained in:
Pietro Gagliardi 2014-02-15 16:30:44 -05:00
parent e70c6f10c5
commit 430eac563a
1 changed files with 5 additions and 0 deletions

View File

@ -39,3 +39,8 @@ far off:
maybe:
- rename Stack to Box?
- make Combobox and Listbox satisfy sort.Interface?
- this:
[16:27] <cespare> pietro10: depends what you mean by safe
[16:27] <cespare> pietro10: sounds like you should move this functionality into a function though.
[16:28] <cespare> (so the user can decide what to do with the error)
[16:28] <cespare> typically people don't like their libraries calling exit :)