Improving Swift Unit Tests with Objective-C
Published: Fri, 03/24/17
View Online Improving Swift Unit Tests with Objective-C cleanswifter.com Did you know that improving Swift unit tests with Objective-C is something…
Mailing list for the Clean Swifter
Published: Fri, 03/24/17
View Online Improving Swift Unit Tests with Objective-C cleanswifter.com Did you know that improving Swift unit tests with Objective-C is something…
Published: Thu, 01/19/17
I don't know about you, but I'm a big fan of podcasts. The podcast I look forward to most each week is ATP (Accidental Tech Podcast), hosted by Marco…
Published: Fri, 09/30/16
I wanted to e tend a personal invite to you to join the Clean Swifter Facebook Community. Come connect with other iOS engineers who share your passion…
Published: Tue, 09/20/16
Move Method E tract Class Refactoring in Swift From The Clean Swifter In “Refactoring, Improving the Design of E isting Code” by Martin Fowler, he…
Published: Thu, 09/15/16
View Online How To Pick The Right Swift Open Source Component cleanswifter.com With so many options available, it’s not easy figuring out how to pick…
Published: Tue, 09/13/16
Move Method Move Field Refactoring in Swift From The Clean Swifter In “Refactoring, Improving the Design of E isting Code” by Martin Fowler, he…
Published: Fri, 09/09/16
Strings in Swift 3 oleb.net Understanding Strings in software engineering is a fundamental necessity. Ole Begemann covers some of the details of how…
Published: Wed, 09/07/16
View Online Dependency Injection with Storyboards cleanswifter.com Dependency injection with storyboards is not always straightforward, yet there are…
Published: Tue, 08/30/16
Move Method Move Method Refactoring in Swift From The Clean Swifter In “Refactoring, Improving the Design of E isting Code” by Martin Fowler, he…
Published: Mon, 08/29/16
Dynamically Mocking Network Requests with Kakapo 🐤📡 Little Bites of Cocoa Testing network requests can be tricky. Generating mock data, handling HTTP…