Quote:
Originally Posted by capink
Another thing, does it make sense to persist some variables beyond the lifetime of the current chain? Maybe with additional option, or a certain prefix!
|
My concern is "mysterious behavior" that depends on a sequence of choices. I am not convinced that action A should affect action B. If it does then there should be something that explicitly declares "action global" variables that persist. Or perhaps the notion of "super actions" that run named actions in a sequence using the same globals dict.
The next question is their lifetime. Do they live for the calibre invocation, while a library is open, while a VL is open, or something else?