Optimize your SwiftUI code: Two ways to avoid duplication
Code duplication is a real problem in applications. Having a lot of duplicate code means “complicated maintenance” but also a catastrophic experience. I have two methods to avoid this problem in my Swift applications. I'll tell you all about them in this article. Custom components for greater SwiftUI...
Continuer à lire →