Search code examples
iphoneobjective-ciostddios6

Test Driven Development in iOS... to TDD or not to TDD


I'm starting to program in iOS and I've been wondering if I should do Test Driven Development.

I come from a rails background, where TDD is a way of life for many and where the TDD-tools are great.

How are the views on TDD in iOS?


Solution

  • Do you have any resources for learning it?