This code base provides example code supporting the following resources.
Sample code for Humane Code episodes 4 and 5:
- Episode 4. Church Visitor
- Episode 5. Preserved in translation
These videos discuss a sample C# code base, starting with a suboptimal structure, and gradually moves towards a better structure by applying universal abstractions.
Episodes 1-3 show other code that has nothing to do with this code base, but the're also worth watching.
In addition to the above videos, the code in this repository also supports the article series From interaction-based to state-based testing.