A blog exploring advanced programming topics in Swift.

A Tour of isowords

Wednesday May 12, 2021

This past month we released four completely free videos dedicated to diving into the real-world Swift code base of an iOS game we recently launched and open sourced: isowords.

In them we explore the client app and its backend Swift server to show how concepts covered in previous episodes of Point-Free can be applied to a production code base.

  • A Tour of isowords: Part 1: We start the tour by pulling down the repo and bootstrapping the iOS app. Then, we dive into the code to show off our modern approach to project management using the Swift Package Manager. We also explore how the Composable Architecture, a library we built from first principles over a number of Point-Free episodes, powers the entire application.

  • A Tour of isowords: Part 2: We explore how adopting the Composable Architecture aided in the ability to easily (and extensively) modularize the code base. This unlocked many things that would have otherwise been much more difficult, including the ability to add an onboarding experience without any changes to feature code, an App Clip experience, and even automated App Store assets.

  • A Tour of isowords: Part 3: We take a peek at the Swift server that powers the game’s backend. We get things running the server locally and explore some of the benefits of developing both client and server in Swift, such as simultaneously debugging both applications together, and how code and concepts can be shared across each application.

  • A Tour of isowords: Part 4: We wrap up our tour by showing off two powerful ways the iOS client and Swift server share code: not only does the same code that routes server requests simultaneously power the API client, but we can write integration tests that exercise the full client-server lifecycle.

We hope these episodes provide a small taste of some ideas in application development and architecture that we find interesting, and we hope you do too. If you want a go deeper in your exploration of topics related to architecture, dependency management, SwiftUI, and more, check out our ever-growing collections of episodes today!


Subscribe to Point-Free

👋 Hey there! If you got this far, then you must have enjoyed this post. You may want to also check out Point-Free, a video series covering advanced programming topics in Swift. Consider subscribing today!