Java OO design confusion: how to handle actions modified by states modified by actions...
- by Arvanem
Hi folks,
Given an entity, whose action is potentially modified by states (of the entity and other entities) in turn potentially modified by other actions (of the entity and other entities) , what is the best way to code or design to handle the potential existence of the modifiers?
Speaking metaphorically, I am coding a Java application…