Beyond Basics: Level Up Your TypeScript Skills with Visitor Design Pattern
Visitor design pattern is a powerful object-oriented behavioral design pattern that allows you to separate algorithms from the objects they operate on.
In this pattern, we can define a set of operations to be performed on the elements of an object st...
samuelkollat.hashnode.dev7 min read