Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 14:15:03 +02:00
parent 85ac77567a
commit 80526bedd1
14 changed files with 36 additions and 31 deletions

View File

@@ -4,11 +4,8 @@ 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.
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.
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".
When appropriate, we choose more explicitly the Reactive Programming pattern and therefore moved this to "adopt".