Skip to content

It encapsulates the logic for evaluating these rules and applying them to data, making it easier to modify and maintain the rules without affecting the underlying code.

License

Notifications You must be signed in to change notification settings

ParsaMehdipour/Intro-To-Rules-Engine-Design-Pattern

Repository files navigation

Intro-To-Rules-Engine-Design-Pattern

A rules engine is all about providing an alternative computational model. Instead of the usual imperative model, which consists of commands in sequence with conditionals and loops, a rules engine is based on a Production Rule System. This is a set of production rules, each of which has a condition and an action - simplistically you can think of it as a bunch of if-then statements.

About

It encapsulates the logic for evaluating these rules and applying them to data, making it easier to modify and maintain the rules without affecting the underlying code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages