Skip to content
Lukas Härtel edited this page Jun 12, 2017 · 1 revision

Rome provides a simple to implement do and undo timeline. dos may return a carry-over state that can be used by undo to revert the action. The repository supports dropping unneeded actions and setting a soft upper boundary to view previous states and prevent execution of actions in the "future".

Entry points

See an example of a calculator operating on a single state, supporting addition of operations before other -- already executed -- operations.

Clone this wiki locally