]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - doc/TODO
Change some doctest examples into unit tests.
[list-remote-forwards.git] / doc / TODO
index de516aebb5917324d9316c51eb68ead51dc80d12..0e57166232841ba452664fb9fba26b3ad63f0144 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1 +1,5 @@
-1. Make sure both aliases and forwards are found.
+1. Use the type system to prevent all the bugs that arise from
+  (de)normalization of domain names. We should use newtype wrappers
+  around string domain names that we can only create by using a
+  normalize_foo constructor. That way we can make sure that we never
+  do a comparison on a denormalized name.