-
-
Notifications
You must be signed in to change notification settings - Fork 277
Triage BaseController member visibility #2
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The notify method is exposed publicly on the BaseController, but it should be protected. It's an anti-pattern for notification to be triggered externally since it should already be triggered on every supported state change.
We should also triage all member visibility on the BaseController.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers