Looking for advice on the best way to create files similar to TouchGFX framework code.
I need to add functionality to some framework code (in this case, the painters).
What is the best way to do this?
I can think of couple of possibilities:
Duplicate files I want to modify in the framework and add these new files along side the framework files. Then add these files whenever I get an update to the framework.
Or would it be better to add this functionality into the "third party" section of the "Middlewares" folder?
I'd appreciate any advice offered.