summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2022-09-24 12:35:20 -0400
committerBen Culkin <scorpress@gmail.com>2022-09-24 12:35:20 -0400
commit2d5c3288134f19088941c980e852521e9838db56 (patch)
treef2b0048ec5c8fbc438979191e7789ae29287566d /TODO.txt
parentf8643f98c9a091cd9b56fc9468197ae58df0364b (diff)
Various changes
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index ee3175d..a3f510d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,9 @@
-@TODO, Oct 17th, 2020 - Ben Culkin - :ExceptionOverview
+@TODO Oct 17th, 2020 - Ben Culkin - :ExceptionOverview
Go over all of the code and make sure that the exceptions we are throwing
are of the right type, and have a useful message. In some contexts, this may
mean creating some wrapper exception types, just to make it clear what
exactly has gone wrong
+
+@TODO September 17th, 2022 - Ben Culkin - :Triether
+ Implement some sort of Either for three types; because that is occasionally useful,
+ and more convenient than Either<Either<X, Y>, Z> and the like \ No newline at end of file