|
|
|
|
|
by p2t2p
2584 days ago
|
|
Can I ask a different question? Very often rule engines are introduced with assumption that "advanced user" with understanding of the business side of the issue would provide (create/modify/remove) set of rules for the system. More often than not it happens so only devs are able to modify those rules. So the question is: why is it easier for you to write business logic in some kind of DSL instead of in the actual programming language? |
|
The best that can be said is that it sometimes gives the ability to do some customization or extension without having to do a full deployment, but it also locks you into an ever-expanding surface area of code that needs to be supported and increases the chances of bugs from unforeseen interactions.