Remove Assignment To Parameter in Swift
In “Refactoring, Improving the Design of Existing Code” by Martin Fowler, he presents the Remove Assignment To Parameter refactoring. Here’s a video walkthrough of the Remove Assignment To Parameter...
View ArticleSFSpeechRecognizer Tips for iOS 10
Did you know that there’s a new iOS 10 API for transcribing audio in your iOS apps? I didn’t know that this was possible myself until I came across the Speech Framework introduced in iOS 10. In fact, I...
View ArticlePost Weekend Reading for August 29, 2016
Post Weekend Reading for August 29, 2016, click here Happy Monday fellow Clean Swifters. First off, my apologies for not getting this weekend-reading published on Friday! I wouldn’t be human I couldn’t...
View ArticleMove Method Refactoring in Swift
In “Refactoring, Improving the Design of Existing Code” by Martin Fowler, he presents the Move Method refactoring. Here’s a video walkthrough of the Move Method refactoring in Swift and when you might...
View ArticleDependency Injection with Storyboards
Dependency injection with storyboards is not always straightforward, yet there are a couple techniques that can help you achieve programming nirvana. Dependency injection is a great technique that can...
View ArticleWeekend Reading, September 9, 2016
Weekend Reading, September 9, 2016, click here Happy Friday fellow Clean Swifters, I’d like to welcome a bunch of new readers who discovered cleanswifter.com from Dave Verwer’s iOS Dev Weekly. I’m...
View ArticleMove Field Refactoring in Swift
In “Refactoring, Improving the Design of Existing Code” by Martin Fowler, he presents the Move Method refactoring. Here’s a video walkthrough of the Move Method refactoring in Swift and when you might...
View ArticleHow To Pick The Right Swift Open Source Component
With so many options available, it’s not easy figuring out how to pick the right Swift open source component. There are literally thousands, if not hundreds of thousands, of open source projects...
View ArticleExtract Class Refactoring in Swift
In “Refactoring, Improving the Design of Existing Code” by Martin Fowler, he presents the Extract Class refactoring. Here’s a video walkthrough of the Extract Class refactoring in Swift and when you...
View ArticleImproving Swift Unit Tests with Objective-C
Did you know that improving Swift unit tests with Objective-C is something that is actually possible? Yes, it is, specifically when writing unit tests for legacy Objective-C code. One common definition...
View Article