Commit Graph
8 Commits
Author SHA1 Message Date
mostalive 06a91a582e Make solution folders for warmup and integration 2026-09-03 20:41:33 +01:00
Your Name e8748ee697 Add round 2: split multi-step OrderBook tests (example created by participant)
- Add OrderBookDomain: in-memory order book with Pending →
  WaitingForPayment → Fulfilling → Delivered state machine, payment
  window based on passed-in timestamps, cancellation rules
- Add OrderBookTests: 7 integration tests in given/when/then/when/then
  anti-pattern style as starting material for the exercise
- Learning hour: add round 2 where participants create the example
  themselves before showing it to the agent (no refactored test given)
- Fix sln: OrderTests Debug config was mapped to Release
2026-09-03 13:50:38 +00:00
mostalive 3b7e880717 add mise.toml for dotnet version 2026-09-03 14:16:02 +01:00
mostalive 4c0f1dd541 Let custom matcher provide clear failure messages 2026-09-03 14:06:24 +01:00
mostalive c6c5829748 pin .net version 2026-09-03 14:04:17 +01:00
mostalive 1736cd1abd add test and production code to solution
so that we can build it
2026-09-03 11:29:25 +01:00
mostalive 5965ed8998 Fix Concept section: use IsFullyPaid() example, not custom matcher
The Concept demo should show a different pattern (encapsulate behavior)
than the exercise (custom matcher) so the exercise stays fresh.
2026-09-02 22:30:03 +01:00
mostalive cfde583649 Add learning hour: Show, Don't Tell — using examples with coding agents
Exercise project with Order domain and NUnit tests demonstrating
the 'show, don't tell' pattern for guiding coding agents.

- 1 refactored test using custom matcher (the example)
- 5 unrefactored tests with multiple asserts (the practice)
- OrderStateConstraint custom matcher for NUnit 3
2026-09-02 22:22:12 +01:00