Skip to content

Commit 19833d0

Browse files
author
Niels Hoffmann
committed
3.2.6
1 parent eb66171 commit 19833d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

respec/H3-findings.md

+13
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ __Best practices__
8181

8282
- Understand your stakeholder needs. The experience needs to be useful for the target audience.
8383

84+
### How do we manage the complexity of a solution and make sure we can 'mix and match' different building blocks?
85+
86+
__Best practices__
87+
88+
- The architecture we promote is composed of different building blocks:
89+
- Data
90+
- Processing
91+
- Visualisation
92+
- Foundation
93+
94+
By splitting the system in different building blocks (which are based on standards and interoperable interfaces) we make sure the system is flexible. We can use for example different visualisation solutions with a processing backend, and we can upgrade certain parts without needing to upgrade the complete system.
95+
96+
8497
---
8598

8699
## Arena questions

0 commit comments

Comments
 (0)