...
Have we make this an interface and have Permit and Deny variants? There are three options
- What we currently have.
- Use a boolean field to decide whether this is permit or deny.
- Use different classes.
ACTION RDW: look at each of these in the code (both implementation and parsing) and circulate the results.
...
Does this become easier once we separate the two roles? Then we can get rid of the injects classesinjected inline predicates. Predicate is looking like an increasingly uncomfortable match for the comparison. Answer: RDW thinks so. He needs to complete my other actions and then play with this.