Code Injection In Swift Christoffer Winterkvist describes how we can use the Swift Vaccine library together with the Injectionlll macOS app to achieve code injection, or hot reloading, in our Xcode projects. This is pretty cool, and I can definitely see this being used in my day to day development. Posted on June 9, 2018 #injection #Xcode
The Cake Pattern with Swinject Peter-John Welcome demonstrates how we can use the Swinject framework together with the cake pattern to implement dependency injection. The major benefit is decoupling of components, which in turn means easier unit testing. Posted on April 24, 2018 #injection #testing
Different flavors of dependency injection in Swift John Sundell shows us three flavors of dependency injection. No matter your favorite flavor of DI, it’s always good to be reminded of the alternatives. Each is suited to a slightly different scenario. Posted on December 19, 2017 #injection