I'm using a package that I would like to be able to edit directly instead of appending views and functions to the package from my project.
How would I do this? Can I copy the package into my project/root - or is this bad? I tried moving the package and then the Scripts could not execute the commands for that package anymore. Whats the best practice for this kind of stuff?
I am aware that moving the package will mean I can't update it, but that's not an issue, editing the package would just be easier than appending things to it. Open to all suggestions :)