From the department of Domain-Driven Design code patterns, I today present to you: well-named value objects! You can go a lot farther than you have previously ...
Functions with Swift Welcome back, let's pickup where we last left off with the basics of Swift. Open up a new playground file and lets get started. What is a Function? Functions are independent or self-contained chunks of code that...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
I found a very useful distinction by Matthijs Hollemans to grasp what protocol extensions in Swift 2 can be: instead of interfaces, they are traits or ...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
This tutorial is part of the programming with Swift, brought to you by MadApper. In this tutorial we take a look at the differences between Swift 1.2 and 2.0...
I just found a shortcut to use Dependency Injection (https://en.wikipedia.org/wiki/Dependency_injection) less during tests. In "Unit Testing in Swift ...