From 09b482d670ce4967fc81552164a7d08b9a8b7f92 Mon Sep 17 00:00:00 2001 From: Martin Stiemerling <martin.stiemerling@h-da.de> Date: Wed, 16 Sep 2020 16:03:39 +0000 Subject: [PATCH] Update 01-introduction.md --- documentation/design/01-introduction.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/design/01-introduction.md b/documentation/design/01-introduction.md index 9fe552860..bd8f9b8b5 100644 --- a/documentation/design/01-introduction.md +++ b/documentation/design/01-introduction.md @@ -6,11 +6,12 @@ Lorem ipsum at nusquam appellantur his, labitur bonorum pri no [@dueck:trio]. Hi ## Overarching Project Goals * Keep It Simple, Stupid (KISS) -* Reuse existing technologies bits wherever possible +* Reuse existing technologies bits wherever possible if those are stable, i.e., documented, maintained etc, on a long time scale * Integrate state-of-the-art technologies and methodologies -* Document, Document, Document * Automate almost everything right from the beginning +* Document, Document, Document * be an excellent citizen: test, test, test +* no hacks! Some unsorted thoughts the be ordered yet: @@ -20,7 +21,7 @@ Some unsorted thoughts the be ordered yet: * core of controller should be kept simple/lean, i.e., just the basic primitives * core should be extended by modules to add functionality beyond basics * modules should be loaded (or unloaded) during runtime of the controller core -* reuse existing software if possible and if those are stable, i.e., documented, maintained etc, on a long time + ## Use Cases to be considered -- GitLab