Problem Brief summary: The vanilla GoF visitor is great for altering items within a tree of elements, but when the […]
Tag: visitor-pattern
Chess board representation in Java
Problem I’m currently working on a small chess game written in Java (on GitHub). The board is modeled as a […]