devuxd / ProgrammingStrategies

A repository of strategies for programming
http://programmingstrategies.org
1 stars 0 forks source link

Visualize log of execution steps #11

Open amyjko opened 7 years ago

amyjko commented 7 years ago

Providing external memory of what steps a developer has taken through a strategy (analogous to an execution history) would help a developer remember what they had done and what data they have provided to execute the steps. Such a visualization would also be a convenient user interface for reverse executing to past steps (per #6), and potentially showing branching futures they have explored (per #9).