Move away from OOP structure #51
Labels
area: core
Relates to the core package
area: ui
Relates to the UI package
needs design
type: docs
Improvements or additions to documentation
type: refactor
Code refactoring
Currently, the framework (not including UI) heavily incorporates object-oriented programming design in places where things could be easily represented using a simple object and/or function, and possibly organised into namespaces.
Changing this would require much of the code to be refactored unfortunately, but I think it would be worth it in the long run for the sake of readability and easier maintenance.
The text was updated successfully, but these errors were encountered: