Giter VIP home page Giter VIP logo

Comments (2)

ubiratansoares avatar ubiratansoares commented on May 25, 2024

@dbof10 I'm aware of it, and I'm not 100% happy with this design as well.

The actual problem is : StateMachine#forward can only take a

suspend () -> T

as transition event; I want to find a way to let it support at least a

suspend (U) -> T

without messing with the actual implementation and without (that much) boilerplate as well ...

I'm working on it, and I'm accepting suggestions as well

from norris.

ubiratansoares avatar ubiratansoares commented on May 25, 2024

@dbof10 I found a way to provide a more flexible API to StateMachine, introducing the concept of a StateTransition.

I also added an abstraction name CommandProcessor, once I reworked the way the selected query is actually passed from the Search screen to the Facts screen. Such abstraction is intended to push commands for a View layer (pretty much navigation ones)

I'm closing this issue for now, once both ViewModels (Facts and Search) does not have any mutable internal state anymore

from norris.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.