Skip to content

Commit b80ac39

Browse files
authored
docs: Add tutorial link for Acyclic Visitor pattern (iluwatar#525) (iluwatar#1884)
1 parent da6d20e commit b80ac39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

acyclic-visitor/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ This pattern can be used:
138138
* When the visited class hierarchy will be frequently extended with new derivatives of the Element class.
139139
* When the recompilation, relinking, retesting or redistribution of the derivatives of Element is very expensive.
140140

141+
## Tutorial
142+
143+
* [Acyclic Visitor Pattern Example](https://codecrafter.blogspot.com/2012/12/the-acyclic-visitor-pattern.html)
144+
141145
## Consequences
142146

143147
The good:

0 commit comments

Comments
 (0)