Project Structure Management: Best practises

An architecture to consider:

Possibly expanded as described here:

The key is to push well-tested resources towards the root of the hierarchy so they can be shared.

It can also be helpful to duplicate projects for development work, and then send the updated resources (via export...send to project) in a batch back to the original project. Similar to making git branches, but can be done with or without git. (Delete the duplicate project immediately after its resources are merged where intended.)

1 Like