Architecture

Important decisions are:

  • Configuration can be expanded to a map containing data only. This map is handed over to crates.
  • State is handled central (see Statemanagement)
  • We develop strictly using TestFirst (see TestFirst.md)