Swift Strategy Pattern: Swapping Algorithms with Protocols and Closures
Have you ever dealt with code where if-else branches kept multiplying for each payment method?
Read articleCurated topic · 5 ARTICLES
Explore practical Swift articles grounded in clear explanations and engineering tradeoffs.
Latest articles
Have you ever dealt with code where if-else branches kept multiplying for each payment method?
Read articleWhen developing with Swift, you encounter singletons created with a single line, static let shared, very often.
Read articleAnyone starting iOS development has wondered at least once: "Why did Apple create Swift from scratch instead of sticking with the Objective-C it was already using?"
Read articleFor anyone who has wondered whether using a Singleton really is okay
Read articleWhen building an app with Swift, you may have caught an error with do-catch, only to find that the message displayed on screen was less than helpful.
Read article