X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=doc%2FTODO;fp=doc%2FTODO;h=0000000000000000000000000000000000000000;hp=0e57166232841ba452664fb9fba26b3ad63f0144;hb=66345cef9e56c6175cb6f25f41fbf628648d15a3;hpb=34d9cc7a2def43cb2d588ee3d1d405f0b9d4a1d0 diff --git a/doc/TODO b/doc/TODO deleted file mode 100644 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.