Design of backend #1282
prasadtalasila
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a gap in conceptual model and the implementation of backend in the client codebase.
Let us say that we treat storageAPI as representing file manager of a OS and
files/DTAssets/DTs
as equivalent to files/directories of OS. Then the file manager knows about files/directories but not the other way round. So, the storageAPI must know aboutfiles/DTAssets/DTs
but not the other way round.Same is the case for the executionAPI. If we treat DT as an equivalent of a "process of OS", then OS knows the process but not the otherway round.
@atomicgamedeveloper I would like to hear your thoughts on. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions