5 Reasons Why YOU Should Test Your Swift Project with Quick

Testing is very important to the state of your application. Coming from a Ruby/Rails background I got to make use of a library called RSpec which allowed me to write beautiful tests. In the world of Swift we have Quick.

Similar

Run-Time Polymorphism in Swift

This has come up several times on the forums, but I've never written it up in a standard place, so here it is: **There are only three ways to get run-time polymorphism in Swift.** Well, three and a half. (more…)

Read more »