[DRAFT] Pattern Discovery #1: Null Object and Visitor

Matthew Trefilek published on

1 min, 21 words

Categories: Patterns

In order to introduce the Visitor Pattern, we will first work with the Null Object Pattern.

def vist()
    puts
end