Hitting the Target with TestHelpers #modularisation #xcode #testing Modules are super useful for splitting our projects into smaller, more manageable parts. But they could be doing more. Here, we look at how a utility module can ease the burden not only for production targets but also for test targets. 15 Jul 2025 • 6 min read
Leveraging Single-Responsibility Principle to Find Hidden Modules #modularisation Following Single-Responsibility Principle, gives focus to your code and in turn your project. Here, we look at how to use that focus to find hidden modules, extract and keep them whole for the long-term. 25 Oct 2013 • 6 min read