|
|
|
|
|
by thecupisblue
2488 days ago
|
|
I'm using a datastructure like that in my sideproject (a new "software" editor aka a list editor) - you got a data point that exists in multiple dimensions - it has representations in backend, frontend, graphql schema, UI, db, mobile client) and different relationships in each of those dimensions. And it can have subdimensions and they can have their subdimensions etc. So when you update the core representation, all get the update in the dimension they care about. It's a pretty great datastructure for writing code, you get automatic refactor everywhere. If you're interested to take a look ping me, would love fresh eyes |
|