Functional Thinking in Swift: Part 3 - The power of Reduce
How Swift's reduce can derive map and filter, and how to use it to build reusable grouping tools.
read more →A developer blog about Swift, iOS, and software engineering.
How Swift's reduce can derive map and filter, and how to use it to build reusable grouping tools.
read more →A practical look at Swift's filter and reduce functions, and how to compose them with map into readable data pipelines.
read more →An introduction to Swift's map function and how it helps express transformations in a clear, functional style.
read more →How a custom SubscriberReducer can remove repeated AsyncStream subscription boilerplate from TCA reducers.
read more →How to use a custom NestedAction reducer to keep nested TCA actions organised while still returning top-level effects.
read more →