You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few cases of SwiftUI views publishing events to relays. It would improve separation of concerns, separation of view and business logic, testability, and reusability to encapsulate publishing specific types of events within some namespace, such as a caseless enum (EventPublisher).
Add unit tests where applicable.
The text was updated successfully, but these errors were encountered:
There are a few cases of SwiftUI views publishing events to relays. It would improve separation of concerns, separation of view and business logic, testability, and reusability to encapsulate publishing specific types of events within some namespace, such as a caseless enum (
EventPublisher
).Add unit tests where applicable.
The text was updated successfully, but these errors were encountered: