Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Test Driven Development in iOS... to TDD or not to TDD [closed]

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?

like image 794
Holger Sindbaek Avatar asked Oct 08 '12 14:10

Holger Sindbaek


1 Answers

Do you have any resources for learning it?

  • Test-driven Development in iOS - good book by a respected author. Nice intro to the tools.

  • Making fun of things with OCMock - a tutorial on OCMock, the mocking framework most Cocoa devs use

  • Unit testing tutorial/OCUnit - one of several OCUnit tutorials.

like image 117
FluffulousChimp Avatar answered Oct 25 '22 03:10

FluffulousChimp