|
|
|
|
|
by jlj
2586 days ago
|
|
Rules engines come up frequently in my domain area. What are some good resources for managing either high volume or high complexity business rules? Usually these start out as hard-coding, then evolve into a rules engine or framework. Sometimes after the original devs leave, the rules engine turns into a shiny black box that remaining devs are afraid to touch. What are some anti-anti-patterns? |
|
Realize that what you are doing is a programming language, and create as much of the infrastructure for programming as you can for rule authors (version control, code review, unit testing, incremental deploy, etc).