rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

Enhancement: Use the visitor pattern #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I was looking for a way to extract useful plaintext from the WikiModel, and I 
saw lots of repeating code in the TagNode classes.. Using the visitor pattern 
could really help improve the code and flexibility!

See: http://en.wikipedia.org/wiki/Visitor_pattern

Original issue reported on code.google.com by rob.aude...@gmail.com on 25 Jan 2011 at 10:01

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 27 Jan 2012 at 3:41