summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-15 16:30:44 -0500
committerPietro Gagliardi <[email protected]>2014-02-15 16:30:44 -0500
commit430eac563a56fdace04fa0781594bfbd1ad3ef6e (patch)
tree49cf327dee5d748987c89501dededca47697314c
parente70c6f10c57dbd129a9049a039f13900a4b18d7d (diff)
Added a TODO related to the previous commit.
-rw-r--r--todo.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 77de3e6..bd3ee12 100644
--- a/todo.md
+++ b/todo.md
@@ -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 :)