17

Finally found a client who thinks TTD and unit tests are useful ways to spend development budget.
Still expecting to wake up.

Comments
  • 0
    I still can't wrap my head around TDD. Still seems like a short-sighted approach to development. Granted you are making sure you are only coding for a specific feature, but not taking into account how the application could evolve 😕. Although I am hoping the TDD approach has evolved since the last time I tried it 😄
  • 0
    That's amazing, are you hiring? ;)

    Personally I think TDD only gets in the way if the tests are brittle, it's an art like anything else in development.

    (Speaking as a relatively recent convert from a totally opposing standpoint).
  • 1
    You don't worry about the evolution of the application. You write minimal code to meet the acceptance criteria and get shit done. Over thinking and over complicating things is bad. Fail fast and test hard.
Add Comment