]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - doc/TODO
Introduce a NormalDomain newtype to ensure comparisons are made safely.
[list-remote-forwards.git] / doc / TODO
diff --git a/doc/TODO b/doc/TODO
deleted file mode 100644 (file)
index 0e57166..0000000
--- a/doc/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-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.