Multiple instances of same subgraph

It has already come up many times where I would like to implement the same behavior in multiple times and then I want to change the behavior in all the places in the same way. As it is it seems that you can only copy subgraphs (functions) by value so that if you change one all the others are not affected. I would like a way to copy subgraphs by reference as if they were real functions. This would greatly increase the speed at which we can develop and iterate and therefore greatly increase the complexity and quality of the effects we are willing to put in the effort to make.

Hi @Charl! You’d be better of voting on this I want a “Function” (Not Subgraph) - #2 by grahambaitson topic to ensure votes don’t get split. Feel free to also add your thoughts to that thread.