Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 941 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 941 Bytes

User management sample code

This code base provides example code supporting the following resources.

Clean Coders videos

Sample code for Humane Code episodes 4 and 5:

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.

Blog articles

In addition to the above videos, the code in this repository also supports the article series From interaction-based to state-based testing.