This commit is contained in:
2024-02-02 07:46:06 +03:00
parent 3badd59c13
commit b6ac3cd284
43 changed files with 305 additions and 118 deletions

View File

@@ -0,0 +1,13 @@
## OurDigital Self Actor Driven Approach
![](img/twin_model.png)
'actor' driven pattern instead of a model first pattern.
In such a pattern, the root model only holds essentials in its database, hence any necessary changes can be applied at the root.
The model can tap direct into knowledge (how to do certain things) by accessing the 'recipes'. 'Recipes' are the source code that can easily be adapted to any task. By using Domain Specific Language (DSL) it is easy to reuse recipes.
> TODO: too dense, need more explanation

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB