initial commit

This commit is contained in:
Bastian Ike
2021-01-08 14:04:14 +01:00
commit dc7f0a1c8c
215 changed files with 13680 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
title: "Reactive Programming"
ring: adopt
quadrant: methods-and-patterns
---
The reactive style of programming promotes event-based thinking and modeling --
and by that assists in creating more decoupled solutions.
Synergies arise, when people understand the concepts of this pattern: by using marble diagrams,
which are a de-facto standard in visualizing algorithms in a reactive style, a common ground for communication
is available regardless of the programming language used.
When appropriate, we choose more explicitly the Reactive Programming pattern and therefore moved this to "adopt".