Okay, face it. Programmers can get lazy, cut corners, or make mistakes. They
+Okay, face it. Programmers can get lazy, cut corners, or make mistakes. They
also can do quick prototypes, and then forget to rewrite them later. Well,
while I can't list mistakes in here, I can list prototype-like segments
of code that should be aggressively refactored. This does not list
-optimization issues, that needs to be done after intense profiling.
+optimization issues, that needs to be done after intense profiling.
-
docs/examples/demo.php - ad hoc HTML/PHP soup to the extreme
-AttrDef
+AttrDef - a lot of duplication, more generic classes need to be created;
+a lot of strtolower() calls, no legit casing
Class - doesn't support Unicode characters (fringe); uses regular
expressions
Lang - code duplication; premature optimization
@@ -45,8 +30,3 @@ URIScheme - needs to have callable generic checks
mailto - doesn't validate emails, doesn't validate querystring
news - doesn't validate opaque path
nntp - doesn't constrain path
-
-
-
$Id$
-
-
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 4492389f..7a7ec0a3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -42,9 +42,6 @@ conventions.