In “Refactoring, Improving the Design of Existing Code” by Martin Fowler, he presents the Inline Method refactoring. It is the opposite of Extract Method, which I’ve already covered. Here’s a video walkthrough of the Inline Method refactoring in Swift and its benefits: Video Transcription Hey, what’s up everybody, it’s Andy from cleanswifter.com, and I’m back … Continue reading "VIDEO: Inline Method Refactoring in Swift"
The post VIDEO: Inline Method Refactoring in Swift appeared first on cleanswifter.com. |