dy reorganization set solutiosn with tech to avoid empty files

This commit is contained in:
Mik-TF
2024-05-11 13:29:28 -04:00
parent 67c09a80da
commit db534dcd2c
9 changed files with 15 additions and 84 deletions

View File

@@ -2,12 +2,8 @@
![](img/twin_model.png)
'actor' driven pattern instead of a model first pattern.
We use an '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
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.