The state of iOS dependency management in 2019 is not great, and might get worse before it gets better. A Brief History For years we ... (more…)
Read more »
This week, let’s take a look at a few techniques that can help us make our code easier to read, test and maintain, by reducing the amount of indentation within it. (more…)
Read more »
A tool to enforce Swift style and conventions. Contribute to realm/SwiftLint development by creating an account on GitHub. (more…)
Read more »
If you’ve ever written or used a function that accepts a closure as one of its arguments, it’s likely that you’ve encountered the keyword. When a closure is marked as escaping in Swift… (more…)
Read more »