关于[Repeatable execution in C#]的摘要:
This article is part of a series of articles about repeatable execution. The introductory article argued that if you've logged the impure actions that a system made, you have enough information to reproduce what happened. The previous article verified that for the example scenario, the impure actions were limited to reading the current time and interacting with the application database. This article shows how to implement equivalent functionality in C#. You should be able to extrapolate from this to other object-oriented programming languages.
原文地址: https://blog.ploeh.dk/2020/04/06/repeatable-execution-in-c/