(The following was "lifted" from This Study Guide)

Opening Questions
 
State
If something has only two to three states, is it overkill to use the State pattern?
 
Visitor
One issue with the Visitor pattern involces cyclicality. When you add a new Visitor, you must make changes to existing code. How would you work around this possible problem?