summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 0db8651..a3025e6 100644
--- a/TODO
+++ b/TODO
@@ -10,8 +10,9 @@ other steps warning 'not implemented'
we should have even more flexibilty to take parts from different procedures.
eg dieter procedure maybe wants to use something interactive. or base
procedure wants to do something interactive. interactive functions maybe
- dont belong in a procedure?
-
+ dont belong in a procedure? -> depend_procedure good enough? or do we
+ need more fine-grained dependencies (take function foo from procedure bar
+ from module baz). for now let's try like this..
* 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,...)