Mirror for Tests
Published on Apr 3, 2021
How to use Mirror to test private code without affect the application archictecture.
Published on Apr 3, 2021
How to use Mirror to test private code without affect the application archictecture.
Published on Jan 20, 2021
In this article we will continue our series of studies on Design Patterns in Swift with the Factory Method pattern.
Published on Nov 15, 2020
In this article, we will understand what Method Dispatch is and its relationship to the final, static, dynamic definitions and @objc markup.
Published on Oct 25, 2020
In this article, we will continue the studies on Design Patterns in Swift with the pattern Builder.
Published on Sep 17, 2020
This is the first in a series of articles on Design Patterns and their application in Swift. In this article, we will study when and how to apply the Abstract Factory pattern.