I'm building my app, @approach, in the open with #SwiftUI and #TheComposableArchitecture. It’s a bit light on documentation and screenshots right now, but as I near a TestFlight release in the coming weeks, I’ll get that updated! Feel free to follow, take inspiration, and chat with me about #TCA

https://github.com/autoreleasefool/approach

GitHub - autoreleasefool/approach: An iOS and Android app to track 5-pin bowling statistics

An iOS and Android app to track 5-pin bowling statistics - GitHub - autoreleasefool/approach: An iOS and Android app to track 5-pin bowling statistics

GitHub
@autoreleasefool @approach I know nothing of 5-pin. But a classic Test Driven Design kata is the bowling 10 pin scoring example.
@TheSwiftDojo This is such a cool tip! I had no idea that existed haha. I’ve already built out 5 pin scoring multiple times in the past so it wasn’t too hard this time around, but this was the first time I actually wrote tests for it 😶‍🌫️
@autoreleasefool that’s great. Code without Test is legacy crap (or proof of concept).