[Refactoring] Convert EventFunctionsExtensions to a PlatformExtension in Core (not in the IDE) (C++) #2371
Replies: 2 comments 3 replies
-
This could in theory be in GDCore itself indeed, I kind of agree. This was probably simpler to do in the IDE because of the need to write files (if made in GDCore, In which case is this a problem for you? |
Beta Was this translation helpful? Give feedback.
-
I've marked this as a Good First Contribution. It's a medium amount of work (not trivial though), in C++. It's a refactoring so not bringing immediate value by itself, but could be interesting. |
Beta Was this translation helpful? Give feedback.
-
Something I don't fully get is why the eventsFunctionExtensions are converted into a
PlatformExtension
by the IDE (innewIDE\app\src\EventsFunctionsExtensionsLoader\
). I've always thought that would be the kind of thing that are inside GDCore, and this makes the full usage of GDCore depend on code from the IDE, making it hard to reuse outside of the IDE or if to rewrite the IDE again (if we ever need to).Beta Was this translation helpful? Give feedback.
All reactions