- Writing tests takes too long and I don't have time.
- Every time I change the code, I have to change the tests.
- The tests mock so much that they seem useless
- Anything else?
- Make testing easier, and save time long term
- Make tests better, so that tests are less coupled
- Make tests more useful, so we have more confidence
- Refactoring is risky
- Our methods/classes have too many responsibilities
- Our releases are often buggy
- Our code is untestable
- Anything else?
- Make refactoring relaxing
- Make releases boring
- Make our code easier to read and maintain
- Fundamentals: principles
- Intermediate: patterns
- Advanced: testing the untestable
Made with Slides.com