Marko Bozic

Results 8 comments of Marko Bozic

Nice! Thanks for contributing. I went through the PR and I’m having hard time understanding what’s going on. Namings like `Lifetime...` are not intuitive to me. Could you please add...

I see. It does seem more elegant. I’m still unfamiliar with some terminology that you use like: *observable state machine, identifiable values *(is that just an object that can be...

Btw. I suggest we drop the optional and introduce a breaking change. So that new versions actually have a form without the optional. In my app I use the `arrow.Oprional`...

> In RxFeedback.swift, they renamed Event to Mutation do you want me to do the same here too? So `Event --> Mutation` and `Query --> Request`? How do you define...

Nice! I was hesitant a bit about that name :) Good!

@eliekarouz — what are the reminding things here? Tests?

What do you mean by flow? A state machine? On Fri, Aug 2, 2019, 09:13 eliomaroun wrote: > If I have 2 flows each one has its State and Event....

Well seems like a standard state machine composition case — you have the main state machine A with State and Event and a state machine B (with State and Event)...