Last week I spoke at NSSpainX to talk about how to use Composable Architecture in larger projects, the kind of issues you might run into and how you can work around them.
Mentioned articles are:
- Exhaustive testing in TCA
- TCA Action Boundaries
- TCA Action Boundries - Convenience
Exhaustivity in the context of TCA tests means every test you perform has to replicate all the actions, state changes, and effects steaming from the first trigger you want to verify.
It leads to a code that has a lot of TDD anti-patterns. Let’s get into the details.
6 min readPublic
Subscribe to newsletter
Stay up to date! Get all the latest posts delivered straight to your inbox.