summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-04 11:34:20 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-04 11:34:20 +0100
commitfb415bbd886b7a9c02e84029d1ac329e5a7bdc14 (patch)
treebaf7a22f07da2258a26904ecf8594c4731a2f1d2
parentd06c0d0403c0747bd088e25ca28329c710dedf73 (diff)
todo updates
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index f9be89f..5efa8b6 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,11 @@
from module baz). for now let's try like this.. -> we can call explicit
functions from libraries from modules.. so then just stick it in a lib ->
lots of stuff can go into lib-ui, making the procedure itself just the
- 'execution plan'.. sounds good actually.
+ 'execution plan'.. sounds good actually. problem with this is functions
+ can have the same names (or you need to prepend modulename always, but
+ that's not clean + 'fallback'/overriding doesn't work well anymore.
+ alternative -> each lib is a directory, each function in a file, make it
+ possible to source all libs, one lib, or one function from one lib
* base procedure idea: it should just tell you what to do? -> less
implementation work in base procedure, more in other procedures...
* fix crossconcerns: procedures are about _how_ (autodetection, asking user,...)