Saturday, January 23, 2021

Reactive programming marvel story...

Source:
https://en.m.wikipedia.org/wiki/Reactive_programming

"In computingreactive programming is a declarative programming paradigm concerned with data streams and the propagation of change. With this paradigm it is possible to express static (e.g., arrays) or dynamic (e.g., event emitters) data streams with ease, and also communicate that an inferred dependency within the associated execution model exists, which facilitates the automatic propagation of the changed data flow."

a := b +c
"in reactive programming, the value of a is automatically updated whenever the values of b or c change" 

"Reactive programming has been proposed as a way to simplify the creation of interactive user interfaces and near-real-time system animation.

For example, in a model–view–controller (MVC) architecture, reactive programming can facilitate changes in an underlying model that are reflected automatically in an associated view."


The representation of objects can be updated via functions near-real-time... 

It looks like the difference between experts and entrepreneurs in Dilbert's story... :-) 


Source:

https://dilbert.com/strip/2021-01-15

No comments: