TheSharperDev
Posts about C# and F#
Posts
Snippets
About
design patterns
Sep 29, 2019
C# Design Patterns: The Visitor Pattern
The visitor pattern is commonly used with expression trees. It's designed to separate data from algorithm. This separation allows for interesting uses, we'll demonstrate how to print simple mathematical equations in different formats.