How to learn TDD with Ruby?

后端 未结 7 1064
情深已故
情深已故 2020-12-24 02:07

I have been using ruby exclusively for about a month and I really love it. However, I am having an incredibly hard time using, or even learning TDD. My brain just doesn\'t f

7条回答
  •  粉色の甜心
    2020-12-24 02:57

    It's tricky getting your head around TDD (and BDD) but the book RSpec Book - BDD helped me a lot. Behaviour driven development is not exactly the same thing as TDD, but it is close and you have to think in a similar way.

提交回复
热议问题