I write a lot of console apps and command line scripts or programs. I have found a pattern usage that makes it easier and neater to create these.
It's an application of the Template method (see Design Patterns, Gamma et al).
I divulged this favorite in a recent reply on Stack Overflow - check it out here
Comments