devuxd / ProgrammingStrategies

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

Track branching futures #9

Open amyjko opened 7 years ago

amyjko commented 7 years ago

As a developer executes the strategy and possibly reverses execution to a prior state, what do we do with the state they already executed? Remembering the path explored could be quite useful external memory for the developer to remember what they had tried, capturing key knowledge for deciding how to proceed. It would be hard to figure out how to visualize this.