Skip to content Skip to sidebar Skip to footer
Showing posts with the label Visitor Pattern

Is The Visitor Pattern Useful For Dynamically Typed Languages?

The Visitor pattern allows operations on objects to be written without extending the object class. … Read more Is The Visitor Pattern Useful For Dynamically Typed Languages?