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.
Read more »
For the past month, we’ve ranked nearly 1,100 Swift articles to pick the Top 10 stories. (more…)
Read more »
Algebraic types… seems like the kind of math-y work Haskell programmers
would use. But in reality you don’t need to know type theory or have a
PhD in mathematics to understand them. Algebraic types arent new types. They are simply a new way of thinking
ab... (more…)
Read more »
In this protocol-oriented programming tutorial, you’ll learn about extensions, default implementations and other techniques to add abstraction to your code.
(more…)
Read more »
This week, let’s explore how we can make use of the standard library’s built-in algorithms when performing various types of queries against collections of values. (more…)
Read more »