Creating handmade mocks is a common task many of us have to suffer through in Swift. The last thing we want to do is write is…
World traveller, app maker, code blogger.
Creating handmade mocks is a common task many of us have to suffer through in Swift. The last thing we want to do is write is…
Motivation Test doubles (sometimes referred to as mocks) are essential when writing unit tests. In Objective-C we had tools such as OCMock to ease this…
This collection of articles focuses on architectural ideas to help create a flexible system in Swift. Communicating intent is a good place to start since…
Apps are no longer short business ventures or proof of concepts that we build, ship and leave. Apps are here to stay. That’s great for…
I have recently started using Xcode Server to automate our builds which has led me to write pre and post integration triggers on my bots.…