Apple's post emphasizes business logic, not presentation or transformation logic. This distinction is clear, as Apple applies the same principles in their code samples, like in FoodTruckApp, Fruta, ScrumDinger, and Backyard Birds. For business logic, it’s best to place it where it can be easily unit tested. Personally, I prefer to use Stores or services for managing business logic, depending on the context and requirements.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: