We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6d20e commit b80ac39Copy full SHA for b80ac39
acyclic-visitor/README.md
@@ -138,6 +138,10 @@ This pattern can be used:
138
* When the visited class hierarchy will be frequently extended with new derivatives of the Element class.
139
* When the recompilation, relinking, retesting or redistribution of the derivatives of Element is very expensive.
140
141
+## Tutorial
142
+
143
+* [Acyclic Visitor Pattern Example](https://codecrafter.blogspot.com/2012/12/the-acyclic-visitor-pattern.html)
144
145
## Consequences
146
147
The good:
0 commit comments