From 8469427a557cfee6f8149cf50fbc47ef26202bee Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 19 Feb 2008 20:36:58 +0000 Subject: Notes on code cleanup svn path=/scripts/README; revision=1516 --- scripts/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'scripts') diff --git a/scripts/README b/scripts/README index 07514a24..a4cbec03 100644 --- a/scripts/README +++ b/scripts/README @@ -216,6 +216,27 @@ TO DO: [Not started] +- Update operation and installation docs. + + [Ongoing] + +- Update internals docs (Doxygen). + + [Ongoing] + +- Reorganize code (directory names, module names, which objects are in + which modules) to make it easier to understand and maintain; + portions of the existing code were done in extreme haste to meet + testing deadlines and it shows. + + [Not started] + +- Add gctx pointers to Python representations of all the SQL objects + so we can stop passing all these flipping explicit gctx pointers + around. + + [Not started] + Things implemented but not yet tested: -- cgit v1.2.3