TDD for those who do not need it
src: TDD for those who don't need it - GopherCon SG 2017 - 2017-05-29
Abstract
- talk about getting things done, not tests
- don’t worry about
- testing “right”
- testing all the things - rabbit hole
- discarding tests
- which test library to choose
- should I mock or stub or factory - I don’t know I don’t care
- use requirements instead of following blindly TDD
- TDD is great at codifying requirements
Always finish your day with unfinished work, so tomorrow you know where you left at.