From 430eac563a56fdace04fa0781594bfbd1ad3ef6e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 15 Feb 2014 16:30:44 -0500 Subject: [PATCH] Added a TODO related to the previous commit. --- todo.md | 5 +++++ 1 file changed, 5 insertions(+) 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] pietro10: depends what you mean by safe + [16:27] pietro10: sounds like you should move this functionality into a function though. + [16:28] (so the user can decide what to do with the error) + [16:28] typically people don't like their libraries calling exit :)