Git Product home page Git Product logo

Comments (3)

Clayton7510 avatar Clayton7510 commented on May 20, 2024

This is going to have some consequences for the DSL. The POJO rules should be unaffected.
Those who were using the DSL following the examples and the recommendations shouldn't much if any breaking changes. However, there is a possibility that some people using the DSL outside of the normal interface pattern could find breaking changes.

The good news is that this should be the last major refactoring of the DSL for quite some time, since this update will allow for easier extension of the DSL. Also, I don't expect it to grow too large, anyway.

That's the plan right now. I think there is probably some expectation that releases prior to 1.0 carry with them some level of uncertainty. That's easy to shield from the POJO Rules, less so from the DSL.

from rulebook.

Clayton7510 avatar Clayton7510 commented on May 20, 2024

Any significant breaking changes will have the existing interface deprecated so that backwards compatibility is preserved.

from rulebook.

Clayton7510 avatar Clayton7510 commented on May 20, 2024

There will be significant changes due to a few of things:

  1. to make it super flexible for swapping in new algorithms for rules chaining
  2. to separate the model (CQ) from the DSL (builder)
  3. to get the RuleBook away from keeping a reference to a FactMap
  4. to leave the door open for things like Immutable FactMaps (but still allowing Facts to change/be added/removed while execution was in progress)

POJO Rules should not change. And existing functionality will be deprecated, but still available.

from rulebook.

Related Issues (20)

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.