First page Back Continue Last page Overview Graphics
Coding the Rules: Option 2
Merge rules into a decision tree
- Avoids retesting partial conditions
- Rules are centralized, but very hard to read
- Modification becomes more difficult (and more error-prone!) as rules are added
- Probably the most commonly used approach
Notes: