Refactor Controller library #4
Labels
No Label
Bug
Documentation
Feature
Refactoring
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Macaw/radio#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The idea is to split Controller class into 2, to be able to inherit LocalModel and Controller from that new class. That Base class is supposed to handle all that registering unregistering subscribing unsubscribing logic. That would be helpfull if one day I want to handle those LocalModels as a Controller in it's belonging tree.