how to simplify decision table?
identify inputs w same outputs, find difference in inputs & change it to ‘-‘ (bc the difference in input X affect output) merge these two columns into one
how does the conditions of decision table look like?
written such that its a func name, easily copy pasted into pseudocode (typical follow up question)
how does decision table look like?
____________________| rules
conditions | cond1 | YYYYNNNN
___________| cond2 | YYNNYYNN
___________| cond3 | YNYNYNYN
actions____| action1| (X/-)
___________| action2 |
advantages of decision table (not out yet)
disadvantages of decision table (not out yet)