Split Temporary Variable in Swift

Published: Tue, 08/16/16

 
View Online
 
 
Split Temporary Variable in Swift
cleanswifter.com
 

In “Refactoring, Improving the Design of Existing Code” by Martin Fowler, he presents the Split Temporary Variable refactoring. Here’s a video walkthrough of the Split Temporary Variable refactoring in Swift and when you might want to use it: Video Transcript: Hey what’s up everybody, it’s Andy from cleanswifter.com and I’m here to show you another … Continue reading "Split Temporary Variable in Swift"

The post Split Temporary Variable in Swift appeared first on cleanswifter.com.