TDD & Testing
Unit testing, mocking, test strategies
| Topic | Key Takeaway | |---|---| | Red-Green-Refactor | Discipline of small steps: fail, pass, improve | | TDD vs Test-First vs Test-Last | TDD drives design; test-last is acceptable with discipline | | xUnit | Modern default;…