Unit Testing for iOS References
Here are some links to resources I tend to mention in my iOS Unit Testing presentations. They are excellent resources for anyone trying to start unit testing their iOS apps. Books: Test Driven iOS Development – Graham Lee Blogs: Quality Coding iOS Unit Testing Screencasts: UIViewController TDD TDD Kata for iOS: MVP (Model-View-Presenter) Pattern Not…
Read moreSummer/Fall Speaking Engagements
Our fearless leader, Jaim Zuber, will be talking Unit Testing for iOS at the following upcoming events: Twin Cities iPhone Developers - Wednesday, July 24. 6 PM at the Nerdery in Bloomington, Minnesota Minnesota Developers Conference – Thursday, September 26th at the DoubleTree Hotel in Bloomington, Minnesota We’d like to see Jaim take this show on the road. If…
Read moreDependency injection is not a virtue in Objective-C
David Heinimeier Hansson recently chastised Rubyists for an increasing reliance on Dependency Injection. Here’s the article for those who haven’t seen it. tl;dr Dependency Injection is mostly unneeded in dynamic languages. Rubyists who use DI are Java wannabes. Now, I come from a strong statically typed background. I cut my teeth on C++ and most…
Read more