[Checkins] SVN: z3c.autoinclude/trunk/TODO.txt add notes for future stuff

Ethan Jucovy ejucovy at openplans.org
Sat Jan 17 18:31:34 EST 2009


Log message for revision 94820:
  add notes for future stuff

Changed:
  A   z3c.autoinclude/trunk/TODO.txt

-=-
Added: z3c.autoinclude/trunk/TODO.txt
===================================================================
--- z3c.autoinclude/trunk/TODO.txt	                        (rev 0)
+++ z3c.autoinclude/trunk/TODO.txt	2009-01-17 23:31:34 UTC (rev 94820)
@@ -0,0 +1,8 @@
+in no particular order, some notes on things that I think ought to happen to this code:
+
+ * Profiling.  As far as I know, none has been done, and I expect that the code is *very* slow. Then, obviously, optimizations should be considered.
+ * Documentation.  It's still fairly poor; I think the whole damn thing is just so abstract that I can't figure out how to talk about it.
+ * May as well figure out how to make a PasteScript template to auto-generate the entry point.
+ * Better debugging tools/APIs: to see what will be autoincluded, turn on and off autoinclusion for individual packages, and freeze a ZCML file capturing autoinclusion information a la pip.
+
+One day I also want to add another directive to autoinclude subpackages' ZCML; this is a frequent annoyance for me (see https://svn.openplans.org/svn/opencore/trunk/opencore/configuration/configure.zcml for an illustrative example)



More information about the Checkins mailing list