artur
Member since Nov 19, 2016
- Profile: /members/13363-artur.htm
- Comments: 2
Recent Blog Comments By artur
-
Follow-Up: Creating Leaky Abstractions With RxJS In Angular 2.1.1
Posted on Nov 20, 2016 at 8:49 AM
@Ben, Totally agree with you that "Principle of Least Surprise" was violated in case of Http service. Additionally, will repeat myself here, but returning an observable (value*|error) for an action that may result in a single value or an error (value|error) increases uncertainty of the co... read more »
-
Follow-Up: Creating Leaky Abstractions With RxJS In Angular 2.1.1
Posted on Nov 19, 2016 at 7:30 AM
@Ben Interesting read indeed - specifically as the angular2 approach to observables bothers me as well. The biggest problem is that `async` pipe does not work well with cold observables. A very similar problem hit (and I would say almost kill) cyclejs some time ago - the solution Andre found was t... read more »