diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 11:34:20 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 11:34:20 +0100 |
commit | fb415bbd886b7a9c02e84029d1ac329e5a7bdc14 (patch) | |
tree | baf7a22f07da2258a26904ecf8594c4731a2f1d2 /TODO | |
parent | d06c0d0403c0747bd088e25ca28329c710dedf73 (diff) |
todo updates
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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,...) |