sonyxperiadev / lumber-mill

Where logs are cut into lumber
Apache License 2.0
12 stars 6 forks source link

Make Event and its implementations immutable #20

Closed jrask closed 7 years ago

jrask commented 7 years ago

Been thinking about this for a while but now I read "Reactive Programming with RxJava" and there it says:

Having mutable events controlled by an Observable is a recipe for disaster

Speaks for itself..

jrask commented 7 years ago

Will wait with this, as long as everything is done within the pipeline there should not be any problems.