Swift enums and the danger of the default caseHow not to lay traps for future developersFeb 15, 20243Feb 15, 20243
Published inCodeXWhy structs are better than protocols for dependency inversionHow we use structs instead of protocols to reduce verbosity and complexity whilst maintaining testabilitySep 19, 20221707Sep 19, 20221707
Published inCodeXThe importance of logical data modellingHow we can use enums instead structs to prevent crashes and simplify codeApr 12, 2022121Apr 12, 2022121
Published inCodeXFun with Natural Language ProcessingHow you can use Apple’s Natural Language framework to spell check and more!Apr 10, 20221Apr 10, 20221
Published inCodeXSwift + C: Callback InteroperabilitySolving the context capture issues in @convention(c) closuresOct 22, 202171Oct 22, 202171
Tuple splatting in SwiftHow Tuple Splatting can make higher order functions more concise, plus a bonus helper function to use on single elements!Aug 28, 202135Aug 28, 202135
Published inCodeXEnums Cases as Protocol Witnesses and the Open-Closed PrincipleHow can enum cases can be used to satisfy protocol requirements & deciding if they’re the best choice for API ergonomics.Jul 24, 202148Jul 24, 202148
Published inCodeXEncoding awkward types with minimal boilerplate using `withUnsafeBytes`HistoryMar 26, 20211Mar 26, 20211
Published inCodeXUsing tuples for Comparable and Equatable conformanceRecently I discovered that tuples can be used to easily and simply compare and equate multiple variables.Mar 20, 20213Mar 20, 20213
Published inCodeXUIGestureRecognizer with closuresOne of the biggest downsides to UIGestureRecognizer is the inability to attach simple closures in-line. To use them, a target object must…Mar 7, 20211Mar 7, 20211