Quantcast
Channel: cleanswifter.com
Browsing latest articles
Browse All 10 View Live

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 Article


SFSpeechRecognizer 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 Article


Post 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 Article

Move 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 Article

Dependency 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 Article


Weekend 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 Article

Move 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 Article

How 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 Article


Extract 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 Article


Improving 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
Browsing latest articles
Browse All 10 View Live