Creating abstractions from projects?
I like working with projects, using local abstractions and other local dependencies.
Now I want to create a global abstraction from the project itself to use it as a module in other patches.
What is the best way of doing it?
Making things global is just a matter of saving to /Documents properly
It doesn't matter where you start, from a project or a new patch-- where you save it to is the matter

Ah I see, so there's nothing inherently special about projects as such. It's just a directory structure and a management template, but the dependencies themselves are handled by the individual patchers requiring them, right?
Thank you!