## What is your refactoring proposal? The hooks architecture is poorly done; it should be a main hooks class and then the others inherit from it. --- ## Objectives What are the goals of this refactor? - [ ] Improve readability - [ ] Reduce code duplication - [ ] Improve performance - [ ] Improve maintainability - [ ] Apply design patterns - [ ] Improve separation of concerns - [ ] Other: ___________ ---
What is your refactoring proposal?
The hooks architecture is poorly done; it should be a main hooks class and then the others inherit from it.
Objectives
What are the goals of this refactor?