DayDetailViewModel should never be constructed without an App #172
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#172
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Being able to create the view model without an app was a convenience to allow a Default implementation. However, this is an aid to other structures and makes this structure needlessly complicated. So, make the app required, and make the clients of the view model work around it.