dy reorganization set solutiosn with tech to avoid empty files
This commit is contained in:
@@ -2,12 +2,8 @@
|
||||
|
||||

|
||||
|
||||
'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.
|
@@ -9,8 +9,6 @@ FreeFlow Self is your unique digital "self" - in other worlds, it is you in this
|
||||
|
||||
FreeFlow Self guarantees that only you have access to your data - no one else. It encourages a trustful environment without any manipulation attempt from third parties.
|
||||
|
||||
> TODO: need more complete and easy to understand explanation, more practical
|
||||
|
||||
## Link to 3Bot
|
||||
|
||||
3Bot is a first implementation of the FreeFlow Self, its rather technical and in heavy development at this stage.
|
||||
|
Reference in New Issue
Block a user