原文:Parser for multiple formats and multiple operations (design pattern available ?)
I am currently writing a text file parser for several formats. While the text file is parsed, there are different kinds of operations to do. I am trying to do something clean using OOP. Here is where ...