Refactor Controller library #4
Labels
No labels
Bug
Documentation
Feature
Refactoring
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Macaw/radio#4
Loading…
Add table
Add a link
Reference in a new issue
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.