TDD for those who do not need it

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.