|
|
|
|
|
by no_wizard
1003 days ago
|
|
I always found observables need better nomenclature. I know its not anyones fault (RxJS is amazing), but it does seem to invoke some gray area in the brain, thinking observables would do more heavy lifting around change tracking of inputs / sources, when its not that straightforward. They more rightly should be called SubscriptionStreams maybe I think its always been somewhat poorly named, based on how often I've had to explain the concept to other developers. |
|
Also observables are more like streams than arrays.