|
|
|
|
|
by yencabulator
1202 days ago
|
|
Let's say out loud the part that too often goes unstated: You can rewind & replay a fixed execution of the program. All the external interactions are recorded, and the replay can only literally replay what already happened. You cannot change a variable or edit the code and branch off into a different execution path, that talks to the outside world differently; the rest of the world did not get rewound with the program. |
|