Search Results

3
votes

Design Pattern: Parsing similar, but differing schemas in text files.

This sounds like a candidate for the Strategy pattern. An example in C# can be found here and another one …