Code clean-ups #1351
Replies: 1 comment
-
@hiqua I think all of these would be nice to have. My concern with the first and second suggestions, though, is that any modification to Something I started a while ago was ensuring that UI classes depend only on primitives, not on our core classes, so that changes to the core classes stop at the core/UI boundary. For example, everything required to render I suggest completing this refactoring before moving onto more ambitious changes to the core classes. If you do think this refactoring can be done cleanly even in the current state, please feel free to go ahead and submit a PR. I might be wrong. |
Beta Was this translation helpful? Give feedback.
-
After the next release (which will come some time soon I'm sure 😃), I'd like to suggest some code health improvements, some of which could easily be taken by other contributors, and most of which I think I could do myself if there's no other volunteer. My ideas:
Anything against these @iSoron?
If you're fine with that I'll create the corresponding issues to see if somebody else would be interested in carrying them out, and I'll do them myself eventually if not. In any case after the next release to avoid delaying it further.
There's also #1075 which I can spend some time on as well.
Beta Was this translation helpful? Give feedback.
All reactions