- These slides
- The Agile Samurai: Chapters 12, 14, 15
- Fowler: Mocks aren't stubs: https://martinfowler.com/articles/mocksArentStubs.html
Can you break this calculator? It takes a date in the form YYYY-MM-DD after 1980-01-01, calculates the number of days since 1980-01-01 and then calculates the year from those days. Focus on breaking the calculation, not the date validation.
Thanks to Hakim El Hattab for RevealJS