Where Errors Belong: Use Case Outputs, Not Error Passed Around
Published on 03 June 2026Most apps leak Error across boundaries and downcast in ViewModels. Model failures in the use case output vocabulary instead. Swift and Kotlin.
Practical software architecture and design for iOS engineers.
Most apps leak Error across boundaries and downcast in ViewModels. Model failures in the use case output vocabulary instead. Swift and Kotlin.
Learn how to model list selection in Jetpack Compose without mixing UI state, domain identity, and navigation decisions.
Learn unidirectional data flow in Jetpack Compose with UI state, user intents, use case outputs, and navigation events.
Learn how to keep Jetpack Compose ViewModels focused on UI state, screen events, and presentation mapping.
Learn why Dagger and Hilt wire Android dependencies but do not automatically create healthy dependency direction.