better type seperation between NodeDefinition and runtime node #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently a lot of runtime stuff is stored inside
.tmpof the NodeDefinition. I think it would be better if there are two types for node-data. One that describes that data which is stored in a graph. And one which is the node during runtime.This would remove a lot of: