Refactor Controller library #4
Loading…
x
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.