ITADN

Move away from OOP structure

#51Openparadoxuum 创建于 2024-12-25
type: docsarea: coreneeds designtype: refator
P
paradoxuumcommented
Currently, classes along with inheritance are used fairly widely in the framework (not including the UI) in places where they could be easily represented using a simple object and/or function, and then 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.
0 条评论